16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
|
# Description: Startup notification library.
|
||
|
# URL: http://freedesktop.org/Software/startup-notification
|
||
|
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
|
||
|
|
||
|
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
|
||
|
}
|