You are not logged in.

#1 2004-04-22 20:44:44

xirus
Member
Registered: 2002-12-01
Posts: 113

latest pure-ftpd - PKGBUILD ready, dorphell...

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

#2 2004-04-22 21:11:39

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: latest pure-ftpd - PKGBUILD ready, dorphell...

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 wink), 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

#3 2004-04-23 08:12:04

xirus
Member
Registered: 2002-12-01
Posts: 113

Re: latest pure-ftpd - PKGBUILD ready, dorphell...

sorry, I didn't know there was such a thing as flagging packages smile
thx for mentioning it  8)

(and I only found out that it was outdated yesterday)

Offline

Board footer

Powered by FluxBB