Makefile: move list of opt-ports to packages.opt
This commit is contained in:
parent
589ad199fd
commit
17024566b6
6
Makefile
6
Makefile
@ -25,11 +25,7 @@ ISO_PACKAGES = filesystem bash coreutils bzip2 e2fsprogs jfsutils \
|
||||
dhcpcd wget iproute2
|
||||
|
||||
PORTS_core = $(shell /bin/ls -I README ports/core)
|
||||
PORTS_opt = grub nano libpng glib glitz libjpeg hicolor-icon-theme atk \
|
||||
freetype cairo libtiff fontconfig pango gtk libidl firefox \
|
||||
cdrtools libtiff sudo blackbox dialog fetchmail procmail mdadm \
|
||||
wireless-tools cvs libxml2 libxslt libdrm mutt xterm \
|
||||
p5-xml-parser wvdial rp-pppoe
|
||||
PORTS_opt = $(shell /bin/cat packages.opt)
|
||||
PORTS_xorg = $(shell /bin/cat packages.xorg)
|
||||
|
||||
ifeq ($(FORCE),yes)
|
||||
|
34
packages.opt
Normal file
34
packages.opt
Normal file
@ -0,0 +1,34 @@
|
||||
atk
|
||||
blackbox
|
||||
cairo
|
||||
cdrtools
|
||||
cvs
|
||||
dialog
|
||||
fetchmail
|
||||
firefox
|
||||
fontconfig
|
||||
freetype
|
||||
glib
|
||||
glitz
|
||||
grub
|
||||
gtk
|
||||
hicolor-icon-theme
|
||||
libdrm
|
||||
libidl
|
||||
libjpeg
|
||||
libpng
|
||||
libtiff
|
||||
libtiff
|
||||
libxml2
|
||||
libxslt
|
||||
mdadm
|
||||
mutt
|
||||
nano
|
||||
p5-xml-parser
|
||||
pango
|
||||
procmail
|
||||
rp-pppoe
|
||||
sudo
|
||||
wireless-tools
|
||||
wvdial
|
||||
xterm
|
Loading…
x
Reference in New Issue
Block a user