bdftp: removed post_install and sum file, use gnu-configure

This commit is contained in:
norvegh 2015-05-19 10:24:40 +02:00
parent ff72a19405
commit 855b5dd850
2 changed files with 3 additions and 10 deletions

View file

@ -1 +0,0 @@
b805ebbdd3de993ca14d733ad9ad007ac342a1646b257d91a53ec87a36c7f741 download

View file

@ -8,15 +8,9 @@ license="GPL-2"
homepage="http://bftpd.sourceforge.net/"
checksum=b805ebbdd3de993ca14d733ad9ad007ac342a1646b257d91a53ec87a36c7f741
distfiles=${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz
post_extract()
{
cd ${XBPS_BUILDDIR}
mv bftpd bftpd-${version}
}
build_style=configure
configure_args="--mandir=/usr/share/man"
wrksrc=bftpd
build_style=gnu-configure
#configure_args="--mandir=/usr/share/man"
post_install()
{