2008-05-22 09:09:42 +02:00
|
|
|
# Description: X Composite extension client library
|
2006-04-07 18:48:00 +02:00
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 01:38:01 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-04-14 20:01:33 +10:00
|
|
|
# Depends on: xorg-libxext xorg-libxfixes
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxcomposite
|
2022-12-05 13:42:31 +01:00
|
|
|
version=0.4.6
|
2019-03-11 18:17:09 +01:00
|
|
|
release=1
|
2022-12-05 13:42:31 +01:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXcomposite-$version
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|