milis/talimatname/genel/libnotify/talimat

20 lines
435 B
Plaintext
Raw Normal View History

2017-03-31 09:01:40 +02:00
# Description: Masaüstü bildirim kitaplığı
2016-02-24 01:27:23 +01:00
# URL: http://www.galago-project.org/news/index.php
2017-03-31 09:01:40 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gobject-introspection gdk-pixbuf gtk3
name=libnotify
version=0.7.6
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}