aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-10 18:36:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-10 18:36:11 +0000
commitbf546be7d386e4e06dd15ed193b774e0606822ab (patch)
treeeadf0ae90880fb7593c6eb4aa8d2b04137e99211
parent775e621e87260e24f0eb7a42cff893d89dc61128 (diff)
downloadalpine_aports-bf546be7d386e4e06dd15ed193b774e0606822ab.tar.bz2
alpine_aports-bf546be7d386e4e06dd15ed193b774e0606822ab.tar.xz
alpine_aports-bf546be7d386e4e06dd15ed193b774e0606822ab.zip
x11/xsetroot: new aport
X.Org xsetroot application
-rw-r--r--x11/xsetroot/APKBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xsetroot/APKBUILD b/x11/xsetroot/APKBUILD
new file mode 100644
index 0000000000..4bb940d23b
--- /dev/null
+++ b/x11/xsetroot/APKBUILD
@@ -0,0 +1,20 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=xsetroot
3pkgver=1.0.2
4pkgrel=0
5pkgdesc="X.Org xsetroot application"
6url="http://xorg.freedesktop.org/"
7license="custom"
8subpackages="$pkgname-doc"
9depends="libx11 libxmu uclibc"
10makedepends="pkgconfig libx11-dev libxmu-dev xbitmaps"
11source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
12
13build ()
14{
15 cd "$srcdir"/$pkgname-$pkgver
16 ./configure --prefix=/usr --mandir=/usr/share/man || return 1
17 make || return 1
18 make DESTDIR="$pkgdir" install || return 1
19}
20md5sums="9af7db9f3052aef0b11636720b3101dd xsetroot-1.0.2.tar.bz2"