[arch-commits] CVS update of extra/network/lft (PKGBUILD)

Damir Perisa damir at archlinux.org
Wed Nov 7 15:24:59 UTC 2007


    Date: Wednesday, November 7, 2007 @ 10:24:59
  Author: damir
    Path: /home/cvs-extra/extra/network/lft

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: lft 3.0-3
lft: adding license, rebuild pkg to include custom license


----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


Index: extra/network/lft/PKGBUILD
diff -u extra/network/lft/PKGBUILD:1.10 extra/network/lft/PKGBUILD:1.11
--- extra/network/lft/PKGBUILD:1.10	Sun Oct  7 02:12:44 2007
+++ extra/network/lft/PKGBUILD	Wed Nov  7 10:24:59 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.10 2007/10/07 06:12:44 tpowa Exp $
+# $Id: PKGBUILD,v 1.11 2007/11/07 15:24:59 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-#
 
 pkgname=lft
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A layer four traceroute implementing numerous other features"
 arch=(i686 x86_64)
+license=('custom')
 url="http://oppleman.com/lft/"
 depends=('glibc' 'libpcap>=0.9.8')
 source=(http://pwhois.org/dl/index.who?file=${pkgname}-${pkgver}.tar.gz)
@@ -17,6 +17,10 @@
   ./configure --prefix=/usr
   /usr/bin/make || return 1
   /usr/bin/make prefix=$startdir/pkg/usr install
+
+  install -D -m644 $startdir/src/$pkgname-$pkgver/COPYING \
+    ${startdir}/pkg/usr/share/licenses/${pkgname}/license
 }
+
 md5sums=('678c61164c16da77090c43720676c531')
 sha1sums=('4221e1487916e34604b2835e83e869eb8aae0454')




More information about the arch-commits mailing list