milis/talimatname/genel/a/akiskart/talimat

22 lines
529 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: AKIS kart sürücü ve dosyaları
# URL: http://www.akiskart.com.tr
# Paketçi: milisarge
# Gerekler: pcsc-lite ccid openjdk
# Grup: sürücü
isim=akiskart
surum=1.6
devir=1
kaynak=(http://www.akiskart.com.tr/dosyalar/akis_${surum}_amd64.deb
akia)
derle() {
ar x ${SRC}/akis_${surum}_amd64.deb
tar -xf data.tar.gz -C "${SRC}"
rm -rf "${SRC}"/usr/bin
install -dm755 "${PKG}"/usr
install -dm755 "${PKG}"/usr/bin
mv "${SRC}"/usr/* "${PKG}"/usr
install -Dm755 "${SRC}"/akia "${PKG}"/usr/bin/akia
}