milis/talimatname/genel/akiskart/talimat

21 lines
521 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.

# Description: AKIS kart sürücü ve dosyaları
# URL: http://www.akiskart.com.tr
# Packager: milisarge
# Depends on: pcsc-lite ccid openjdk
name=akiskart
version=1.6
release=1
source=(http://www.akiskart.com.tr/dosyalar/akis_${version}_amd64.deb
akia)
build() {
ar x ${SRC}/akis_${version}_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
}