summaryrefslogtreecommitdiffstats
path: root/simple-scan/Pkgfile
blob: 5b1aa751146a53d1fd7f0a3e01e9476b90d81c96 (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: libtool, sane, gconf, gnome-doc-utils, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
# Run on: libtool,sane,gconf

name=simple-scan
version=2.32.0.2
release=1

source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.32/$name-$version.tar.bz2 )

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