#Maintainer: Ejis #Mandatory category=extra/ap pkgname=txt2man pkgver=1.5.5 pkgrel=1 zenver=62 arch=noarch source=("http://mvertes.free.fr/download/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Txt2man converts flat ASCII text to man page format. It is a shell" "script using gnu awk, that should run on any Unix like system." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s:/usr/local:$startdir/pkg/usr:g" ./Makefile make install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://mvertes.free.fr/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}