[arch-commits] Commit in sg3_utils/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Jan 25 12:05:26 UTC 2014


    Date: Saturday, January 25, 2014 @ 13:05:26
  Author: bpiotrowski
Revision: 204695

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sg3_utils/repos/testing-i686/
  sg3_utils/repos/testing-i686/PKGBUILD
    (from rev 204694, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/testing-x86_64/
  sg3_utils/repos/testing-x86_64/PKGBUILD
    (from rev 204694, 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 204694, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-01-25 12:05:26 UTC (rev 204695)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.37
+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=('ade022cf1ece91e94865e2c68d369c79')
+
+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 204694, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-01-25 12:05:26 UTC (rev 204695)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.37
+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=('ade022cf1ece91e94865e2c68d369c79')
+
+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