milis/talimatname/genel/u/unshield/talimat

23 lines
526 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}