diff options
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 +} |