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

Generated by cgit