milis/talimatname/genel/simple-scan/talimat

19 lines
510 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Basit tarama arayüzü programı
# URL: https://launchpad.net/simple-scan/
# Packagers: milisarge
# Depends on: gtk3 colord itstool sane dconf intltool xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama v4l-utils libgphoto2
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
}