[arch-commits] Commit in sg3_utils/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Wed Nov 19 03:15:33 UTC 2014
Date: Wednesday, November 19, 2014 @ 04:15:33
Author: anatolik
Revision: 226378
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
sg3_utils/repos/testing-i686/
sg3_utils/repos/testing-i686/PKGBUILD
(from rev 226377, sg3_utils/trunk/PKGBUILD)
sg3_utils/repos/testing-x86_64/
sg3_utils/repos/testing-x86_64/PKGBUILD
(from rev 226377, sg3_utils/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: sg3_utils/repos/testing-i686/PKGBUILD (from rev 226377, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-11-19 03:15:33 UTC (rev 226378)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.40
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(i686 x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html"
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+md5sums=('4bfdb74d20dd1dac12150c9ba0be6120')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
Copied: sg3_utils/repos/testing-x86_64/PKGBUILD (from rev 226377, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 03:15:33 UTC (rev 226378)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.40
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(i686 x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html"
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+md5sums=('4bfdb74d20dd1dac12150c9ba0be6120')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
More information about the arch-commits
mailing list