19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
# 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
|
||
|
||
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
|
||
}
|