x11/libXfixes: new aport

X11 miscellaneous 'fixes' extension library
http://xorg.freedesktop.org/
This commit is contained in:
Natanael Copa 2009-02-19 21:06:21 +00:00
parent 02d4754834
commit abd1ce3400

20
x11/libXfixes/APKBUILD Normal file
View File

@ -0,0 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libXfixes
pkgver=4.0.3
pkgrel=0
pkgdesc="X11 miscellaneous 'fixes' extension library"
url="http://xorg.freedesktop.org/"
license="custom"
depends="libX11 uclibc"
makedepends="pkgconfig xproto libX11-dev fixesproto xextproto"
subpackages="$pkgname-dev $pkgname-doc"
source="http://xorg.freedesktop.org//releases/individual/lib/libXfixes-$pkgver.tar.bz2"
depends_dev="xproto fixesproto libX11-dev"
build() {
cd "$srcdir"/libXfixes-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --build=${CHOST} --host=${CHOST}
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="1990d19725a3c7f32290037f02d3737f libXfixes-4.0.3.tar.bz2"