1 # Meta package containing all the packages which build
for SlugOS
3 # All packages in here must build with the slugos
-???.conf distros
,
4 # they do
not necessarily work.
5 DESCRIPTION
= "Packages that are compatible with the SlugOS firmware"
6 HOMEPAGE
= "http://www.nslu2-linux.org"
11 COMPATIBLE_MACHINE
= "nslu2|ixp4xx"
12 EXCLUDE_FROM_WORLD
= "1"
13 INHIBIT_DEFAULT_DEPS
= "1"
16 # The list of packages
to build
for the slugos DISTRO.
17 # KEEP IN ALPHABETICAL ORDER
18 # Do
*not* simply comment out a
line. That will break. Instead
19 # remove the package
and place it in the corresponding
"broken" list
26 asterisk-core-sounds-en-alaw \
27 asterisk-core-sounds-en-g729 \
28 asterisk-core-sounds-en-gsm \
29 asterisk-core-sounds-en-ulaw \
30 asterisk-extra-sounds-en-alaw \
31 asterisk-extra-sounds-en-g729 \
32 asterisk-extra-sounds-en-gsm \
33 asterisk-extra-sounds-en-ulaw \
34 asterisk-moh-freeplay-alaw \
35 asterisk-moh-freeplay-g729 \
36 asterisk-moh-freeplay-gsm \
37 asterisk-moh-freeplay-ulaw \
122 libusb1 libusb-compat \
221 yp-tools ypbind ypserv \
227 # Packages that may pull in X11 libs. We need
to consider
228 #
if these are practical.
229 SLUGOS_X11_PACKAGES
= "\
244 task-mokogateway-everything \
248 # Packages that are broken but need
to be fixed
!
251 #
- inetutils
: gcc
4.4
252 #
- lvm2
: gcc
4.4 (suspected
)
253 #
- madwifi
-ng
: gcc
4.4 (and possibly other problems
)
255 SLUGOS_BROKEN_BUT_NEED_FIXING_PACKAGES
= "\
257 groff man man-pages \
263 # Packages currently broken on all platforms
265 # ctrlproxy
- dependency on tdb.h
(part of samba but
not packaged
/staged
).
267 SLUGOS_BROKEN_PACKAGES
= "\
287 reiserfsprogs reiser4progs \
289 unionfs-modules unionfs-utils \
290 wview-sim-mysql wview-wxt510-mysql wview-vpro-mysql \
295 SLUGOS_EXTRA_PACKAGES ?
= ""
297 # The package
-index at the
end causes regeneration of the Packages.gz
and
298 # other control files.
304 ${SLUGOS_EXTRA_PACKAGES} \
310 do_package_write_ipk
() {