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
|
2009-01-29 21:00:38 +11:00
|
|
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
|
|
|
# Packager: Simone Rota, sip at crux dot nu
|
2009-04-19 12:57:44 +10:00
|
|
|
# Depends on: xorg-libsm, xorg-libx11, xorg-libxt, xorg-xcb-util
|
2006-05-02 05:47:28 +00:00
|
|
|
|
|
|
|
name=startup-notification
|
2009-04-19 12:57:44 +10:00
|
|
|
version=0.10
|
2006-05-02 05:47:28 +00:00
|
|
|
release=1
|
2008-03-06 09:08:18 +01:00
|
|
|
|
2006-05-02 05:47:28 +00:00
|
|
|
source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|