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

19 lines
490 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Basit tarama arayüzü programı
2016-02-24 01:27:23 +01:00
# URL: https://launchpad.net/simple-scan/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gtk3 colord itstool sane dconf intltool xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama v4l-utils libgphoto2
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=simple-scan
surum=3.12.2
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://launchpad.net/$isim/${surum%.*}/$surum/+download/$isim-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--disable-schemas-compile
make
make DESTDIR=$PKG install
}