1
0
forked from ports/opt

18 lines
425 B
Plaintext
Raw Permalink Normal View History

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
2018-01-03 11:25:36 -06:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: xorg-libxt xorg-xcb-util
2006-05-02 05:47:28 +00:00
name=startup-notification
2011-05-17 16:43:39 +02:00
version=0.12
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
}