opt/startup-notification/Pkgfile
2008-01-30 21:13:14 +01:00

16 lines
379 B
Plaintext

# Description: Startup notification library.
# URL: http://freedesktop.org/wiki/Software/startup-notification
# Maintainer: Simone Rota, sip at crux dot nu
name=startup-notification
version=0.8
release=1
source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}