summaryrefslogtreecommitdiff
path: root/libnotify/Pkgfile
blob: 392c7617a0a86a4f462823308d027e42d549c2b2 (plain)
    1 # Description: Desktop notification library
    2 # URL: https://developer.gnome.org/libnotify/
    3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
    4 # Depends on: gtk3
    5 
    6 name=libnotify
    7 version=0.7.7
    8 release=1
    9 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
   10 
   11 build() {
   12     cd $name-$version
   13 
   14     ./configure --prefix=/usr
   15 
   16     make
   17     make DESTDIR=$PKG install
   18 
   19     rm -r $PKG/usr/share/gtk-doc
   20 }

Generated by cgit