RPM packaging: update build scripts

pull/3/head
François Andriot 11 years ago
parent ac9528cdc3
commit 790fc68b1b

@ -183,8 +183,8 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),)
endif
sword:
# Build on Fedora >= 20 only
ifneq ($(wildcard /boot/vmlinuz*.fc20*),)
# Build on Fedora >= 20 only, or PCLinuxOS
ifneq ($(wildcard /boot/vmlinuz*.fc20* /etc/pclinuxos-release),)
$(call buildpkg,3rdparty/sword)
endif
@ -192,8 +192,8 @@ torsocks:
$(call buildpkg,3rdparty/torsocks)
wv2:
# Do NOT build on Mageia or openSUSE
ifeq ($(wildcard /etc/mageia-release /etc/SuSE-release),)
# Do NOT build on Mageia or openSUSE or PCLINUXOS
ifeq ($(wildcard /etc/mageia-release /etc/SuSE-release /etc/pclinuxos-release),)
$(call buildpkg,3rdparty/wv2)
endif

@ -25,7 +25,7 @@ case "${PKGNAME}" in
"koffice") PKGNAME="${PKGNAME}-suite";;
esac
# Trinity Prefix, or not.
# Use the Trinity Prefix, or not.
case "${PKGNAME}" in
"trinity-"*|"qt3"|"python-qt3"|"esound") PREFIX="";;
"gnuchess"|"imlib1"|"lilypond"|"mftrace"|"pcsc-perl"|"torsocks"|"wv2") PREFIX="";;

Loading…
Cancel
Save