mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-04 18:32:13 +01:00
x11/libXfixes: new aport
X11 miscellaneous 'fixes' extension library http://xorg.freedesktop.org/
This commit is contained in:
parent
02d4754834
commit
abd1ce3400
20
x11/libXfixes/APKBUILD
Normal file
20
x11/libXfixes/APKBUILD
Normal 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"
|
||||||
Loading…
x
Reference in New Issue
Block a user