[arch-commits] CVS update of extra/system/sg3_utils (PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Jul 11 00:09:51 UTC 2007
Date: Tuesday, July 10, 2007 @ 20:09:51
Author: eric
Path: /home/cvs-extra/extra/system/sg3_utils
Modified: PKGBUILD (1.3 -> 1.4)
upgpkg: sg3_utils 1.24-1
added license file
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Index: extra/system/sg3_utils/PKGBUILD
diff -u extra/system/sg3_utils/PKGBUILD:1.3 extra/system/sg3_utils/PKGBUILD:1.4
--- extra/system/sg3_utils/PKGBUILD:1.3 Sat Jan 20 12:14:51 2007
+++ extra/system/sg3_utils/PKGBUILD Tue Jul 10 20:09:50 2007
@@ -1,18 +1,19 @@
-#$Id: PKGBUILD,v 1.3 2007/01/20 17:14:51 jgc Exp $
+#$Id: PKGBUILD,v 1.4 2007/07/11 00:09:50 eric Exp $
pkgname=sg3_utils
-pkgver=1.23
+pkgver=1.24
pkgrel=1
pkgdesc="Generic SCSI utilities"
arch=(i686 x86_64)
url="http://sg.torque.net/sg/sg3_utils.html"
-license=(GPL BSD)
+license=('GPL' 'BSD')
depends=('glibc')
-options=('nolibtool')
+options=('!libtool')
source=(http://sg.torque.net/sg/p/${pkgname}-${pkgver}.tgz)
-md5sums=('162a79388930ed33ff96e98edfa72ff6')
+md5sums=('8ca3f643057855bf98b9487f96ea486c')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
make || return 1
make install PREFIX=${startdir}/pkg/usr
+ install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
}
More information about the arch-commits
mailing list