x11/xsetroot: new aport

X.Org xsetroot application
This commit is contained in:
Natanael Copa 2009-04-10 18:36:11 +00:00
parent 775e621e87
commit bf546be7d3

20
x11/xsetroot/APKBUILD Normal file
View File

@ -0,0 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xsetroot
pkgver=1.0.2
pkgrel=0
pkgdesc="X.Org xsetroot application"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-doc"
depends="libx11 libxmu uclibc"
makedepends="pkgconfig libx11-dev libxmu-dev xbitmaps"
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="9af7db9f3052aef0b11636720b3101dd xsetroot-1.0.2.tar.bz2"