opt/startup-notification/Pkgfile

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