You are not logged in.
pure-ftpd is already 1.0.18 for 1.5 months
an example PKGBUILD could be the following (the --with switches can be changed of course)
pkgname=pure-ftpd
pkgver=1.0.18
pkgrel=1
pkgdesc="Pure FTP Server is a fast, production quality, standards-conformant FTP server"
depends=(glibc)
source=(ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/$pkgname-$pkgver.tar.gz)
url="http://www.pureftpd.org/"
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --with-diraliases --with-ftpwho --with-peruserlimits --with-puredb --with-quotas --with-virtualchroot --with-altlog --with-cookie --with-throttling
make || return 1
make prefix=$startdir/pkg/usr install
}
(the dependencies might be wrong - I just copied this over from 1.0.17)
I'm adressing dorphell since he seems to be the responsible for this package?
Offline
Please flag packages outdated. I don't know if dorphell reads all messages in every forum (I don't even want to think about it ), while he keeps track of the flags he gets on the packages page. If you had been flagging that package about 1 month ago, I think dorphell would have it in arch a few days after that.
Offline
sorry, I didn't know there was such a thing as flagging packages
thx for mentioning it 8)
(and I only found out that it was outdated yesterday)
Offline