2006-05-02 05:47:28 +00:00
|
|
|
# Description: Startup notification library.
|
2006-10-10 03:57:41 +00:00
|
|
|
# URL: http://freedesktop.org/wiki/Software/startup-notification
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
2006-05-02 05:47:28 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|