diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:39:08 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:39:08 +0200 |
commit | ab485bf0562589675d4a980d6e6757c34235a49e (patch) | |
tree | 9a125adf02eba6c9ee1d51e3118433b9d0a82995 | |
parent | fae30d1b7a52171412c732ec785f09d3d987efeb (diff) | |
download | nutyx-pakxe-ab485bf0562589675d4a980d6e6757c34235a49e.tar.gz nutyx-pakxe-ab485bf0562589675d4a980d6e6757c34235a49e.tar.bz2 nutyx-pakxe-ab485bf0562589675d4a980d6e6757c34235a49e.tar.xz nutyx-pakxe-ab485bf0562589675d4a980d6e6757c34235a49e.zip |
Ajout pycups#1.9.44-1
-rw-r--r-- | extra/pycups/.footprint | 6 | ||||
-rw-r--r-- | extra/pycups/.md5sum | 1 | ||||
-rw-r--r-- | extra/pycups/Pkgfile | 16 |
3 files changed, 23 insertions, 0 deletions
diff --git a/extra/pycups/.footprint b/extra/pycups/.footprint new file mode 100644 index 000000000..900dc846f --- /dev/null +++ b/extra/pycups/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.5/ +drwxr-xr-x root/root usr/lib/python2.5/site-packages/ +-rw-r--r-- root/root usr/lib/python2.5/site-packages/cups-1.0-py2.5.egg-info +-rwxr-xr-x root/root usr/lib/python2.5/site-packages/cups.so diff --git a/extra/pycups/.md5sum b/extra/pycups/.md5sum new file mode 100644 index 000000000..4b48ddd6d --- /dev/null +++ b/extra/pycups/.md5sum @@ -0,0 +1 @@ +181f413546676e098352860e3ce57465 pycups-1.9.44.tar.bz2 diff --git a/extra/pycups/Pkgfile b/extra/pycups/Pkgfile new file mode 100644 index 000000000..5b6ac41ec --- /dev/null +++ b/extra/pycups/Pkgfile @@ -0,0 +1,16 @@ +# Description: Connecteur Python pour le serveur cups +# URL: http://cyberelk.net/tim/software/pycups/ +# Maintainer: NuTyX core team +# Packager: thierry at hispeed dot ch +# Depends on: python, cups + +name=pycups +version=1.9.44 +release=1 +source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2) + +build() { + cd $name-$version + make + make DESTDIR=$PKG install +} |