summaryrefslogtreecommitdiffstats
path: root/simple-scan/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'simple-scan/Pkgfile')
-rw-r--r--simple-scan/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/simple-scan/Pkgfile b/simple-scan/Pkgfile
new file mode 100644
index 000000000..5b1aa7511
--- /dev/null
+++ b/simple-scan/Pkgfile
@@ -0,0 +1,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
+}
+
+