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

Ronald van Haren ronald at archlinux.org
Mon Aug 4 09:44:21 UTC 2008


    Date: Monday, August 4, 2008 @ 05:44:21
  Author: ronald
Revision: 7786

add license field & arch field

Modified:
  bs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-04 09:42:23 UTC (rev 7785)
+++ PKGBUILD	2008-08-04 09:44:21 UTC (rev 7786)
@@ -7,13 +7,14 @@
 url="http://www.catb.org/~esr/bs/"
 license=('GPL2')
 depends=('ncurses')
-
 source=($url/$pkgname-$pkgver.tar.gz)
+license=('GPL2')
+arch=('i686' 'x86_64')
 md5sums=('5786c6006e503d100e65139dadb5d5a7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  #./configure --prefix=/usr
   make || return 1
 
   mkdir -p $startdir/pkg/usr/bin




More information about the arch-commits mailing list