[arch-commits] Commit in xskat/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Wed Aug 6 08:44:46 UTC 2008


    Date: Wednesday, August 6, 2008 @ 04:44:46
  Author: ronald
Revision: 8089

fix license & add arch field

Modified:
  xskat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-06 08:41:42 UTC (rev 8088)
+++ PKGBUILD	2008-08-06 08:44:46 UTC (rev 8089)
@@ -8,6 +8,8 @@
 pkgdesc="XSkat lets you play the card game Skat as defined by the official Skat Order on any Un*x machine running X11"
 depends=('libx11')
 source=(http://www.xskat.de/$pkgname-$pkgver.tar.gz)
+license=('custom')
+arch=('i686' 'x86_64')
 url="http://www.xskat.de/xskat.html"
 
 build() {
@@ -15,4 +17,8 @@
   ./configure --prefix=/usr
   make || return 1
   make BINDIR=$startdir/pkg/usr/bin install
+
+# install custom license
+install -Dm644 $srcdir/$pkgname-$pkgver/README \
+	$pkgdir/usr/share/licenses/$pkgname/README
 }




More information about the arch-commits mailing list