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

Alad Wenter alad at archlinux.org
Sat Oct 14 17:48:54 UTC 2017


    Date: Saturday, October 14, 2017 @ 17:48:53
  Author: alad
Revision: 262785

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

Added:
  cabextract/repos/community-testing-i686/
  cabextract/repos/community-testing-i686/PKGBUILD
    (from rev 262784, cabextract/trunk/PKGBUILD)
  cabextract/repos/community-testing-x86_64/
  cabextract/repos/community-testing-x86_64/PKGBUILD
    (from rev 262784, cabextract/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: cabextract/repos/community-testing-i686/PKGBUILD (from rev 262784, cabextract/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-10-14 17:48:53 UTC (rev 262785)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=cabextract
+pkgver=1.6
+pkgrel=2
+pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cabextract.org.uk/'
+depends=('glibc')
+source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz")
+sha256sums=('cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: cabextract/repos/community-testing-x86_64/PKGBUILD (from rev 262784, cabextract/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-10-14 17:48:53 UTC (rev 262785)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=cabextract
+pkgver=1.6
+pkgrel=2
+pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cabextract.org.uk/'
+depends=('glibc')
+source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz")
+sha256sums=('cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list