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

Anatol Pomozov anatolik at nymeria.archlinux.org
Sat Apr 5 20:04:28 UTC 2014


    Date: Saturday, April 5, 2014 @ 22:04:28
  Author: anatolik
Revision: 209844

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

Added:
  sg3_utils/repos/testing-i686/
  sg3_utils/repos/testing-i686/PKGBUILD
    (from rev 209843, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/testing-x86_64/
  sg3_utils/repos/testing-x86_64/PKGBUILD
    (from rev 209843, 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 209843, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-05 20:04:28 UTC (rev 209844)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.38
+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=('ee60a79cd4eb4fa8cebb83c0e9c3707c')
+
+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 209843, sg3_utils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-05 20:04:28 UTC (rev 209844)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.38
+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=('ee60a79cd4eb4fa8cebb83c0e9c3707c')
+
+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