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

Jelle van der Waa jelle at archlinux.org
Mon Feb 13 20:34:44 UTC 2017


    Date: Monday, February 13, 2017 @ 20:34:43
  Author: jelle
Revision: 212180

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

Added:
  unshield/repos/community-staging-i686/
  unshield/repos/community-staging-i686/PKGBUILD
    (from rev 212179, unshield/trunk/PKGBUILD)
  unshield/repos/community-staging-x86_64/
  unshield/repos/community-staging-x86_64/PKGBUILD
    (from rev 212179, unshield/trunk/PKGBUILD)

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

Copied: unshield/repos/community-staging-i686/PKGBUILD (from rev 212179, unshield/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-13 20:34:43 UTC (rev 212180)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=unshield
+pkgver=1.3
+pkgrel=2
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield"
+license=('custom')
+depends=('zlib' 'openssl')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
+md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    .
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/unshield/LICENSE
+}

Copied: unshield/repos/community-staging-x86_64/PKGBUILD (from rev 212179, unshield/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-13 20:34:43 UTC (rev 212180)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=unshield
+pkgver=1.3
+pkgrel=2
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield"
+license=('custom')
+depends=('zlib' 'openssl')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
+md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    .
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/unshield/LICENSE
+}



More information about the arch-commits mailing list