mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
x11/startup-notification: new aport
Monitor and display application startup http://www.freedesktop.org
This commit is contained in:
parent
d70894d22f
commit
fc87f55d68
23
x11/startup-notification/APKBUILD
Normal file
23
x11/startup-notification/APKBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user