summaryrefslogtreecommitdiff
path: root/startup-notification/Pkgfile
blob: 9c68d6067f2be05dd2270733431c191fc1f65e8d (plain)
    1 # Description: Startup notification library.
    2 # URL: http://freedesktop.org/wiki/Software/startup-notification
    3 # Maintainer: Simone Rota, sip at crux dot nu
    4 # Depends on: xorg-libsm, xorg-libx11
    5 
    6 name=startup-notification
    7 version=0.8
    8 release=1
    9 
   10 source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.gz)
   11 
   12 build() {
   13 	cd $name-$version
   14 	./configure	--prefix=/usr
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit