opt/startup-notification/Pkgfile

16 lines
381 B
Plaintext
Raw Normal View History

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