aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xsetroot
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xsetroot')
-rw-r--r--x11/xsetroot/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11/xsetroot/APKBUILD b/x11/xsetroot/APKBUILD
index 4bb940d23b..cfcdb26bec 100644
--- a/x11/xsetroot/APKBUILD
+++ b/x11/xsetroot/APKBUILD
@@ -1,20 +1,23 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xsetroot
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=0
pkgdesc="X.Org xsetroot application"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-doc"
-depends="libx11 libxmu uclibc"
+depends=
makedepends="pkgconfig libx11-dev libxmu-dev xbitmaps"
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
-build ()
-{
+build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="9af7db9f3052aef0b11636720b3101dd xsetroot-1.0.2.tar.bz2"
+md5sums="cbda9b9b8da5af4614110883d5a276b8 xsetroot-1.0.3.tar.bz2"