[arch-commits] CVS update of extra/network/tftp-hpa (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Jul 1 19:02:48 UTC 2007
Date: Sunday, July 1, 2007 @ 15:02:48
Author: andyrtr
Path: /home/cvs-extra/extra/network/tftp-hpa
Modified: PKGBUILD (1.9 -> 1.10)
updatepkg 0.48
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Index: extra/network/tftp-hpa/PKGBUILD
diff -u extra/network/tftp-hpa/PKGBUILD:1.9 extra/network/tftp-hpa/PKGBUILD:1.10
--- extra/network/tftp-hpa/PKGBUILD:1.9 Wed Jun 27 02:04:17 2007
+++ extra/network/tftp-hpa/PKGBUILD Sun Jul 1 15:02:48 2007
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD,v 1.9 2007/06/27 06:04:17 alexander Exp $
+# $Id: PKGBUILD,v 1.10 2007/07/01 19:02:48 andyrtr Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
# Contributor: Jose Javier <jojapa at terra.es>
pkgname=tftp-hpa
-pkgver=0.40
-pkgrel=3
+pkgver=0.48
+pkgrel=1
pkgdesc="official tftp server"
arch=(i686 x86_64)
depends=('tcp_wrappers')
conflicts=('netkit-tftp')
source=(http://www.kernel.org/pub/software/network/tftp/$pkgname-$pkgver.tar.gz tftpd)
url="http://www.kernel.org/pub/software/network/tftp/"
-md5sums=('9db9ef412a7fdf387a36f797ebe00e86' '9b9919cdd8ef3bccb3c3f3531054a6ed')
+md5sums=('73dd29dfa9062a174163f6a267e0b5f7'
+ '9b9919cdd8ef3bccb3c3f3531054a6ed')
build() {
cd $startdir/src/$pkgname-$pkgver
- ./configure --prefixr=/usr
+ ./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
mkdir -p $startdir/pkg/etc/rc.d $startdir/pkg/var/tftpboot
More information about the arch-commits
mailing list