milis/talimatname/genel/simple-scan/talimat

19 lines
510 B
Plaintext
Raw Normal View History

2017-04-17 12:42:33 +02:00
# Description: Basit tarama arayüzü programı
2016-02-24 01:27:23 +01:00
# URL: https://launchpad.net/simple-scan/
2017-04-17 12:42:33 +02:00
# Packagers: milisarge
2017-05-07 23:15:19 +02:00
# Depends on: 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
}