2014-12-16 12:58:36 +00:00
|
|
|
# Description: Desktop notification library
|
2015-03-16 16:07:49 +01:00
|
|
|
# URL: https://developer.gnome.org/libnotify/
|
2010-07-08 12:48:15 +02:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
2017-05-26 13:18:02 +02:00
|
|
|
# Depends on: gdk-pixbuf
|
2010-07-08 12:43:35 +02:00
|
|
|
|
|
|
|
name=libnotify
|
2017-05-25 11:03:06 +02:00
|
|
|
version=0.7.7
|
2017-05-26 13:18:02 +02:00
|
|
|
release=2
|
2014-12-16 12:58:36 +00:00
|
|
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
2010-07-08 12:43:35 +02:00
|
|
|
|
|
|
|
build() {
|
2014-12-16 12:58:36 +00:00
|
|
|
cd $name-$version
|
|
|
|
|
2017-05-26 13:18:02 +02:00
|
|
|
./configure --prefix=/usr --disable-tests
|
2014-12-16 12:58:36 +00:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2017-05-25 11:03:06 +02:00
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
2010-07-08 12:43:35 +02:00
|
|
|
}
|