opt/libnotify/Pkgfile
Jose V Beneyto 0cbf160181 Revert "libnotify: removed"
This reverts commit 4c3100e4c3.
2010-07-08 12:45:31 +02:00

19 lines
487 B
Plaintext

# Description: Notification library from the Galago project
# URL: http://www.galago-project.org/news/index.php
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: dbus, gtk
name=libnotify
version=0.4.5
release=1
source=(http://www.galago-project.org/files/releases/source/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}