17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
# Description: X Composite extension client library
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
# Depends on: xorg-libxext xorg-libxfixes
|
|
|
|
name=xorg-libxcomposite
|
|
version=0.4.6
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.xz)
|
|
|
|
build() {
|
|
cd libXcomposite-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|