diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:36:50 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:36:50 +0200 |
commit | 8b8f45a246f9516bb78b10cdd514298ce4ee8f2a (patch) | |
tree | bbec303af32899357c4222da692734d270b44b92 /extra/libnotify/Pkgfile | |
parent | 1502b4a590b4cdcda5794e1d149e13964d5591e7 (diff) | |
download | nutyx-pakxe-8b8f45a246f9516bb78b10cdd514298ce4ee8f2a.tar.gz nutyx-pakxe-8b8f45a246f9516bb78b10cdd514298ce4ee8f2a.tar.bz2 nutyx-pakxe-8b8f45a246f9516bb78b10cdd514298ce4ee8f2a.tar.xz nutyx-pakxe-8b8f45a246f9516bb78b10cdd514298ce4ee8f2a.zip |
Ajout de libnotify#0.4.4-1
Diffstat (limited to 'extra/libnotify/Pkgfile')
-rw-r--r-- | extra/libnotify/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libnotify/Pkgfile b/extra/libnotify/Pkgfile new file mode 100644 index 000000000..c95f6b1a4 --- /dev/null +++ b/extra/libnotify/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairie de notification du projet Galago +# URL: http://www.galago-project.org/news/index.php +# Maintainer: NuTyX +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk, dbus + +name=libnotify +version=0.4.4 +release=1 +source=(http://www.galago-project.org/files/releases/source/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share +} |