summaryrefslogtreecommitdiff
path: root/startup-notification/Pkgfile
blob: 25f3836356ef0d0e4119238e439b2cb669097257 (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
    6 
    7 name=startup-notification
    8 version=0.9
    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