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

Anatol Pomozov anatolik at archlinux.org
Sat Jul 11 18:50:53 UTC 2015


    Date: Saturday, July 11, 2015 @ 20:50:52
  Author: anatolik
Revision: 242129

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

Added:
  sg3_utils/repos/testing-i686/
  sg3_utils/repos/testing-i686/PKGBUILD
    (from rev 242128, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/testing-x86_64/
  sg3_utils/repos/testing-x86_64/PKGBUILD
    (from rev 242128, 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 242128, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-07-11 18:50:52 UTC (rev 242129)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.41
+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=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
+
+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 242128, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-07-11 18:50:52 UTC (rev 242129)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.41
+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=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
+
+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