mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
removed community/unshield
This commit is contained in:
parent
455b97b1ab
commit
5456ff1a02
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
||||||
# $Id$
|
|
||||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
||||||
# - build v7 with -fPIC
|
|
||||||
|
|
||||||
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}
|
|
||||||
|
|
||||||
[[ $CARCH == "armv7h" ]] && CFLAGS+=" -fPIC" && CXXFLAGS+=" -fPIC"
|
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
Loading…
Reference in a new issue