summaryrefslogtreecommitdiffstats
path: root/simple-scan/Pkgfile
blob: 6aafcfe073d578e2a0623fd4f8dba760277b5e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Interface simple pour scanner 
# URL: https://launchpad.net/simple-scan/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: gtk3, sane, gnome-doc-utils, intltool
# Run on: gtk3,sane

name=simple-scan
version=3.1.91
release=1

source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}