source: scripts/untested/blfs-scripts/blfs-packages-template @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 3.2 KB
Line 
1#!/bin/bash
2
3export OPENEXR_VER=
4
5# needs work to support newer arches
6export A2PS_VER=
7
8export A52DEC_VER=
9export ALSA_LIB_VER=
10export ALSA_TOOLS_VER=
11export ALSA_UTILS_VER=
12
13# see notes concerning issues
14export ASPELL_VER=                      # needs wrapper
15
16export CDPARANOIA_VER= 
17export CUPS_VER=                        # needs wrapper
18export DBUS_VER=
19export DT_FILE_UTILS=
20export DBK_DSSL_VER=
21export DBK_SGML_VER=
22
23# check script can handle version, see notes
24export DBK_XML_DTD_VER=   
25# check script can handle version, see notes
26export DBK_XSL_VER=
27
28export DOXYGEN_VER=   
29export ED_VER=
30export ENSCRIPT_VER=
31export ESPGS=
32export FAM_VER=
33
34# TODO: single, double options not being set
35export FFTW_VER=
36
37export FFTW3_VER=
38export FLTK_VER=                        # needs wrapper
39
40# Foomatic filter setup for cups is gonna need work...
41# check if CC/CFLAGS need to be defined
42export FOOMATIC_DB_VER=
43export FOOMATIC_DB_HPIJS_VER=
44export FOOMATIC_FILTERS_VER=
45export FOOMATIC_DB_ENG_VER=
46
47export FREEGLUT=
48
49# TODO: re-enable inotify support
50export GAMIN_VER=
51
52export GD_VER=                          # needs wrapper
53export GDBM_VER=
54export GIMP_PRINT_VER=                  # needs wrapper
55export GLIB12=                          # needs wrapper
56
57# check LIBPOSTFIX in configure for mips
58export GRAPHVIS_VER=                    # needs wrapper
59
60export GTK12_VER=                       # needs wrapper
61export HC_ICON_THEME_VER=
62export IJS_VER=                         # needs wrapper
63export JADETEX_VER=
64export JASPER=
65
66# lcms has issues... see notes
67export LCMS_VER=   
68
69# check notes on need to edit mxmkmf
70export LESSTIF=                         # needs wrapper
71
72# hmmm isn't this part of glibc nowadays
73export LIBIDN_VER=   
74
75# libjpeg is a GODDAMNED FIGHT building on x86_64, needs fixing
76export LIBJPEG_VER=
77
78export LIBMAD_VER=
79export LIBMIKMOD_VER=                   # needs wrapper
80
81# Check setting of PREFIX for header fixups, check setting of MACHINE
82export LIBMPEG3_VER=
83
84export LIBOGG_VER=
85
86# requires a device node created... revisit for udev
87export LIBRAW1394_VER=
88
89export LIBVORBIS_VER=
90
91# Additional requirements, see script
92export LM_SENSORS_VER=
93
94# Check patch requirements for amd64 etc... check script for other needed fixes
95export MAS_VER=                         # Needs wrapper
96
97export MTOOLS_VER=
98export MYSQL_VER=                       # needs wrapper and header mods
99export NAS_VER=
100
101# double check this script... only builds 32
102export NASM_VER=
103
104# libtool barfage, may be fixed now...
105export OPENJADE_VER= 
106export OPENSP_VER=                      # needs header fixes
107export PCRE_VER=                        # needs wrapper
108export PKGCONFIG_VER=
109export POPT_VER=
110
111# check setting CC is correct...
112export PSUTILS_VER=
113
114# needs wrapper and also header mods (wrapper may not cut it)
115# Also will probably need edits for lib32
116export PYTHON_VER=
117
118# Much more needs to be done for mips etc
119# needs wrapper and header mods
120# Also note the QT_INSTALL_SELF_CVONTAINED env var for putting it in /opt
121export QT_VER=
122
123#revisit this script re --with-libdir= vs --libdir=
124export SAMBA_VER=
125export SGML_COMMON_VER=
126export SGMLSPM_VER=
127export SHD_MIME_INFO_VER=
128
129# TODO: Look into swig builds when multilib... read script for details
130#       Work will need to be done, script hasn't been touched
131export SWIG_VER=
132
133export TETEX_VER=
134export TIFF_VER=
135export TK_VER=
136
137# Check unzip to see how to apply target specific cflags, default env etc
138export UNZIP_VER=
139
140export WHICH_VER=
141export XMMS_VER=                        # needs wrapper
142
143# need to make sure perl uses a wrapper
144export XML_PARSER_VER=   
Note: See TracBrowser for help on using the repository browser.