20 lines
503 B
Plaintext
20 lines
503 B
Plaintext
# 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
|
||
}
|