PKG_NAME=libspf2 PKG_VERSION=1.2.10 PKG_REVISION=3 STARTUP_SCRIPT= # http://packages.debian.org/search?searchon=sourcenames&keywords=libspf2 # http://packages.debian.org/source/jessie/libspf2 PKG_FILE_LIST=http://archive.ubuntu.com/ubuntu/pool/universe/libs/libspf2/libspf2_1.2.10-3.dsc http://archive.ubuntu.com/ubuntu/pool/universe/libs/libspf2/libspf2_1.2.10.orig.tar.gz http://archive.ubuntu.com/ubuntu/pool/universe/libs/libspf2/libspf2_1.2.10-3.debian.tar.xz -include Makefile.local PATCHES0 = patch-src::spf_server.h.patch patch-src::DoS_limits.patch PATCHES = ${PATCHES0} build-configure : patch if [ "${OS_ID}" = "debian" ] && [ "${OS_VERSION_ID}" = "6" ] ; then \ echo "ERROR: This package can't be build on Debian Squeeze" ; \ exit 1 ; \ fi ;