opt/libnotify/Pkgfile
2015-03-18 12:05:58 +01:00

25 lines
580 B
Plaintext

# Description: Desktop notification library
# URL: https://developer.gnome.org/libnotify/
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: gtk
name=libnotify
version=0.7.6
release=2
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
export TESTS_CFLAGS=`pkg-config --cflags gtk+-2.0`
export TESTS_LIBS=`pkg-config --libs gtk+-2.0`
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}