summaryrefslogtreecommitdiffstats
path: root/libgnomecups/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgnomecups/Pkgfile')
-rw-r--r--libgnomecups/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/libgnomecups/Pkgfile b/libgnomecups/Pkgfile
new file mode 100644
index 0000000..8e7ba34
--- /dev/null
+++ b/libgnomecups/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Librairie interface avec cups pour gnome
+# URL: http://www.gnome.org
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libcups, glib, p5-xml-parser
+# Run on: libcups,glib,p5-xml-parser
+
+name=libgnomecups
+version=0.2.3
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+