opt/libnotify/Pkgfile

25 lines
591 B
Plaintext
Raw Normal View History

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