makedist-openmamba/Makefile

66 lines
2.8 KiB
Makefile

$(MAKEDIST_TARGET): rpm make
# gcc gcc-c++ gcc-cpp
$(MAKEDIST_TARGET)-devel:
@[ "$(RELEASE)" = "devel" -o "$(RELEASE)" = "" ] && echo -n "openmamba-devel "; \
:
$(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline glibc \
ncurses initscripts setup coreutils rootfiles chkconfig \
udev ttf-freefont libpython libgpm debianutils
# splashutils
$(MAKEDIST_TARGET)-firmwares: ipw2100-firmware ipw2200-firmware zd1211-firmware radeon-firmware \
rt2501-firmware rt2860-firmware rt2870-firmware r5u87x-firmware
$(MAKEDIST_TARGET)-commontools: sysvinit util-linux module-init-tools \
procps sed grep net-tools tar bzip2 unzip zip pciutils \
pam shadow-common pwdutils acpid mingetty screen \
net-tools prelink mc dhcpclient timezone nfs-utils \
wireless_tools wpa_supplicant openmamba-release refit-tools openssh-clients \
dosfstools man mbr iptables cups vim iputils sudo postplug xinetd less \
reiserfsprogs reiser4progs ppp b43-tools mdadm usb-modeswitch \
ndiswrapper slmodem usbutils ftp telnet eject bluez lsof fuser \
tcpdump pcmcia-utils xdg-utils unionfs_utils iproute $(MAKEDIST_TARGET)-firmwares \
$(MAKEDIST_TARGET)-devel
$(MAKEDIST_TARGET)-debug: strace valgrind gdb minicom openssh-server dhcpclient rpm iputils \
openssh-clients diffutils Mesa-tools kbd mc openmamba-release
#bootchart
$(MAKEDIST_TARGET)-advanced: hdparm hibernate
# empty language and arch target to be overriden next
$(MAKEDIST_TARGET)-$(PLATFORM)-$(LANGUAGE):
$(MAKEDIST_TARGET)-$(PLATFORM)-$(ARCH):
ifdef PLATFORM
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile
endif
kdelibs:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
[ ! "$(LANGUAGE)" = "" ] && [ ! "$(LANGUAGE)" = "en" ] && echo -n "kde-i18n-$(LANGUAGE) "; } || \
:
kdelibs4:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
[ ! "$(LANGUAGE)" = "" ] && [ ! "$(LANGUAGE)" = "en" ] && echo -n "kde-l10n-$(LANGUAGE) "; } || \
:
koffice:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
[ ! "$(LANGUAGE)" = "" ] && [ ! "$(LANGUAGE)" = "en" ] && echo -n "koffice-i18n-$(LANGUAGE) "; } || \
:
#k3b:
# @[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
# { echo -n "$@ "; \
# [ ! "$(LANGUAGE)" = "" ] && [ ! "$(LANGUAGE)" = "en" ] && echo -n "k3b-i18n-$(LANGUAGE) "; } || \
# :
aspell:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
[ ! "$(LANGUAGE)" = "" ] && echo -n "aspell-$(LANGUAGE) "; } || \
:
libreoffice:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
[ ! "$(LANGUAGE)" = "" ] && [ ! "$(LANGUAGE)" = "en" ] && \
echo -n "libreoffice-i18n-$(LANGUAGE) "; } || \
echo -n "libreoffice-i18n-en "