unshield
This commit is contained in:
parent
719cec87af
commit
0a8eba9991
|
@ -0,0 +1,22 @@
|
||||||
|
# Tanım: InstallShield yükleyicilerinden CAB dosyalarını ayıklar
|
||||||
|
# URL: https://github.com/twogood/unshield
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: cmake
|
||||||
|
# Grup: sistem
|
||||||
|
|
||||||
|
isim=unshield
|
||||||
|
surum=1.4.2
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://github.com/twogood/unshield/archive/$surum.tar.gz::$isim-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
|
||||||
|
cd "$SRC"/${isim}-${surum}
|
||||||
|
cmake \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
.
|
||||||
|
make
|
||||||
|
make DESTDIR="$PKG" install
|
||||||
|
install -D -m644 LICENSE "$PKG"/usr/share/licenses/unshield/LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue