CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxcomposite: updated to 0.4.5
[ports/xorg-arm64.git] / xorg-libxcomposite / Pkgfile
CommitLineData
bf935d63
VM
1# Description: X Composite extension client library
2# URL: http://xorg.freedesktop.org
3# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: xorg-compositeproto xorg-libxext xorg-libxfixes
6
7name=xorg-libxcomposite
2d0d0c92 8version=0.4.5
bf935d63
VM
9release=2
10source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
11
12build() {
13 cd libXcomposite-$version
14
15 ./configure --prefix=/usr \
16 --build=aarch64-unknown-linux-gnueabi
17
18 make
19 make DESTDIR=$PKG install
20}