xorg/xorg-libxcomposite/Pkgfile

17 lines
415 B
Plaintext
Raw Normal View History

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-15 17:38:01 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-04-14 12:01:33 +02: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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}