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

Travis Willard travis at archlinux.org
Sun May 20 15:55:34 UTC 2007


    Date: Sunday, May 20, 2007 @ 11:55:34
  Author: travis
    Path: /home/cvs-extra/extra/network/valknut

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: valknut 0.3.8.1-2
Add license file


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


Index: extra/network/valknut/PKGBUILD
diff -u extra/network/valknut/PKGBUILD:1.8 extra/network/valknut/PKGBUILD:1.9
--- extra/network/valknut/PKGBUILD:1.8	Tue May  1 17:47:13 2007
+++ extra/network/valknut/PKGBUILD	Sun May 20 11:55:34 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.8 2007/05/01 21:47:13 andyrtr Exp $
+# $Id: PKGBUILD,v 1.9 2007/05/20 15:55:34 travis Exp $
 # Mantainer: Roberto Carvajal <roberto at archlinux.org>
 
 pkgname=valknut
 pkgver=0.3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Direct Connect 4 Linux File Sharing program."
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/wxdcgui/"
+license=('custom')
 depends=('qt' 'dclib=0.3.8')
 replaces=(dcgui-qt)
 source=(http://downloads.sourceforge.net/wxdcgui/$pkgname-$pkgver.tar.bz2)
@@ -17,4 +18,5 @@
   ./configure --prefix=/usr --with-qt-dir=/opt/qt
   make || return 1
   make prefix=$startdir/pkg/usr install
+  install -D -m0644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list