### this file is sourced not run
PKGVER=1.8.0
PKGBUILD=1
PKGARCH=noarch

TARBALL="filepp-$PKGVER.tar.gz"
MD5SUM="b7ee96061cacef5a6a985b0be8c82801"
SRC_URL="https://www-users.york.ac.uk/~dm26/filepp/$TARBALL"
BUNDLE=
SLACKREQ="perl"
SLACKDESC="filepp: filepp $PKGVER (text preprocessor)
filepp:
filepp: filepp is a generic file preprocessor. It is designed to allow the
filepp: functionality provided by the C preprocessor to be used with any file
filepp: type. It can be easily extended with perl modules.
filepp:
filepp: This build patched filepp to extended its functionality.
filepp:
filepp: License: GPL2
filepp: https://www-users.york.ac.uk/~dm26/filepp/
filepp:
filepp:"

SLACKCON=
SLACKSUG=
SLACKINSTALL=
SLACKUNINSTALL=

# default pkg_download
# default pkg_prepare
# default pkg_package
pkg_build() {
	cd /tmp/filepp-* &&
	./configure --prefix=/usr --datarootdir=/usr/share &&
	make install &&
	patch -d /usr/bin -Np1 -i /tmp/pkg/filepp-makedeps.patch &&
	pkg_build_slackdesc
}

# vim:se ft=sh:
