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

20 lines
503 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
2018-07-30 09:00:26 +02:00
# Grup: ofis
2018-06-09 00:06:58 +02:00
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
}