opt/startup-notification/Pkgfile

18 lines
425 B
Plaintext

# Description: Startup notification library.
# URL: http://freedesktop.org/wiki/Software/startup-notification
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: xorg-libxt xorg-xcb-util
name=startup-notification
version=0.12
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
}