[arch-commits] CVS update of arch/build/daemons/bftpd (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Jul 5 00:07:27 UTC 2007


    Date: Wednesday, July 4, 2007 @ 20:07:27
  Author: eric
    Path: /home/cvs-arch/arch/build/daemons/bftpd

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: bftpd 1.9-1
added bftpd.pam to source array, added license


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: arch/build/daemons/bftpd/PKGBUILD
diff -u arch/build/daemons/bftpd/PKGBUILD:1.23 arch/build/daemons/bftpd/PKGBUILD:1.24
--- arch/build/daemons/bftpd/PKGBUILD:1.23	Mon Jul  2 17:20:48 2007
+++ arch/build/daemons/bftpd/PKGBUILD	Wed Jul  4 20:07:27 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.23 2007/07/02 21:20:48 andyrtr Exp $
+# $Id: PKGBUILD,v 1.24 2007/07/05 00:07:27 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: dorphell <dorphell at gmx.net>
 
@@ -8,12 +8,12 @@
 pkgdesc="A very configurable (and secure) Linux FTP server"
 arch=(i686 x86_64)
 url="http://bftpd.sourceforge.net/"
+license=('GPL')
 depends=('glibc' 'pam')
 backup=(etc/bftpd.conf etc/logrotate.d/bftpd etc/pam.d/bftpd)
-source=(http://downloads.sourceforge.net/sourceforge/bftpd/bftpd-$pkgver.tar.gz bftpd bftpd.logrotate)
-md5sums=('e55ebb3f5009a67c371b38cb6ff1e71b'
-         '610584cd9b08289ca94fe4603bc3771a'
-         '853680dad0df39d0b4d2fb43d4be430a')
+source=(http://downloads.sourceforge.net/sourceforge/bftpd/bftpd-$pkgver.tar.gz bftpd bftpd.logrotate bftpd.pam)
+md5sums=('e55ebb3f5009a67c371b38cb6ff1e71b' '610584cd9b08289ca94fe4603bc3771a'\
+         '853680dad0df39d0b4d2fb43d4be430a' '96f82c38f3f540b53f3e5144900acf17')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -30,5 +30,5 @@
   install -D -m755 ../bftpd $startdir/pkg/etc/rc.d/bftpd
   make DESTDIR=$startdir/pkg install
   mkdir -p $startdir/pkg/etc/pam.d
-  cp $startdir/bftpd.pam $startdir/pkg/etc/pam.d/bftpd
+  cp $startdir/src/bftpd.pam $startdir/pkg/etc/pam.d/bftpd
 }




More information about the arch-commits mailing list