makedist-openmamba/Makefile

54 lines
2.4 KiB
Makefile

$(MAKEDIST_TARGET): rpm make
# gcc gcc-c++ gcc-cpp
$(MAKEDIST_TARGET)-rolling:
$(MAKEDIST_TARGET)-base: filesystem gzip texinfo ldconfig bash libreadline glibc \
ncurses systemd setup coreutils util-linux less file rootfiles chkconfig \
udev debianutils openmamba-release
# splashutils
$(MAKEDIST_TARGET)-firmwares: ipw2100-firmware ipw2200-firmware zd1211-firmware radeon-firmware \
rt2501-firmware rt2860-firmware rt2870-firmware r5u87x-firmware
$(MAKEDIST_TARGET)-commontools: $(_init_system) kmod \
procps sed grep tar bzip2 unzip zip pciutils lshw \
pam shadow-common pwdutils acpid screen \
net-tools mc dhcpclient timezone nfs-utils openmamba-lsb-core \
wireless_tools wpa_supplicant openmamba-release openssh-clients \
dosfstools man mbr iptables cups vim iputils sudo postplug less \
ntfs-3g fuse-exfat reiserfsprogs ppp b43-tools mdadm usb-modeswitch \
usbutils ftp eject bluez lsof rsync \
pcmcia-utils xdg-utils iproute $(MAKEDIST_TARGET)-firmwares \
dracut postfix $(MAKEDIST_TARGET)-rolling
$(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
calligra-core:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
# [ "$(MULTILANGUAGE)" != "" ] && for l in $(MULTILANGUAGE); do echo -n "calligra-l10n-$$l "; done; \
[ ! "$(LANGUAGE)" = "" ] && [ ! "$(LANGUAGE)" = "en" ] && echo -n "calligra-l10n-$(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 "$@ "; \
[ "$(MULTILANGUAGE)" ] && for l in $(MULTILANGUAGE); do echo -n "aspell-$$l "; done; \
[ ! "$(LANGUAGE)" = "" ] && echo -n "aspell-$(LANGUAGE) "; } || :
libreoffice:
@[ `echo " $$INSTALLED " | grep -c " $@ "` -eq 0 ] && \
{ echo -n "$@ "; \
[ "$(MULTILANGUAGE)" != "" ] && for l in $(MULTILANGUAGE); do echo -n "libreoffice-i18n-$$l "; done; \
[ ! "$(LANGUAGE)" = "" ] && echo -n "libreoffice-i18n-$(LANGUAGE) "; } || :