From fc87f55d68b814d39db4095ea757672766f7ade0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 21 May 2009 21:37:32 +0000 Subject: x11/startup-notification: new aport Monitor and display application startup http://www.freedesktop.org --- x11/startup-notification/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 x11/startup-notification/APKBUILD (limited to 'x11') diff --git a/x11/startup-notification/APKBUILD b/x11/startup-notification/APKBUILD new file mode 100644 index 0000000000..34f81011ec --- /dev/null +++ b/x11/startup-notification/APKBUILD @@ -0,0 +1,23 @@ +# Maintainer: Natanael Copa +pkgname=startup-notification +pkgver=0.10 +pkgrel=0 +pkgdesc="Monitor and display application startup" +url="http://www.freedesktop.org" +license="LGPL" +subpackages="$pkgname-dev" +depends="libx11 libsm xcb-util" +makedepends="libx11-dev libsm-dev xcb-util-dev" +source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --localstatedir=/var \ + --sysconfdir=/etc \ + || return 1 + make || return 1 + make DESTDIR="$pkgdir" install || return 1 +} +md5sums="bca0ed1c74bc4e483ea2ed12a5717354 startup-notification-0.10.tar.gz" -- cgit v1.2.3