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
|
|
|
|
|
|
|
|
|
name=simple-scan
|
|
|
|
|
version=3.12.2
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(https://launchpad.net/$name/${version%.*}/$version/+download/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--disable-schemas-compile
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|