milis/talimatname/genel/s/simple-scan/talimat

20 lines
503 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: Basit tarama arayüzü programı
# URL: https://launchpad.net/simple-scan/
# Paketçi: milisarge
# Gerekler: gtk3 colord itstool sane dconf intltool xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama v4l-utils libgphoto2
# Grup: ofis
isim=simple-scan
surum=3.12.2
devir=1
kaynak=(https://launchpad.net/$isim/${surum%.*}/$surum/+download/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-schemas-compile
make
make DESTDIR=$PKG install
}