summaryrefslogtreecommitdiffstats
path: root/extra/simple-scan/Pkgfile
blob: 7dc9f107c1fbf7787ad7bf95b32af50cbbad1bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Decription: Interface simple pour scanner 
# URL: https://launchpad.net/simple-scan/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: sane, gconf

name=simple-scan
version=2.31.1
release=1

source=( http://people.ubuntu.com/~robert-ancell/$name/$name-$version.tar.gz )

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