opt/libnotify/Pkgfile

21 lines
452 B
Plaintext
Raw Normal View History

2014-12-16 13:58:36 +01: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
# Depends on: gdk-pixbuf
name=libnotify
2017-05-25 11:03:06 +02:00
version=0.7.7
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
./configure --prefix=/usr --disable-tests
2014-12-16 13:58:36 +01:00
make
make DESTDIR=$PKG install
2017-05-25 11:03:06 +02:00
rm -r $PKG/usr/share/gtk-doc
}