xorg/xorg-libxext/Pkgfile

21 lines
408 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: Common X extensions client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2015-04-27 15:38:48 +02:00
# Depends on: xorg-libx11
2006-04-07 18:48:00 +02:00
name=xorg-libxext
2022-10-30 11:39:19 +01:00
version=1.3.5
2019-03-17 14:30:01 +01:00
release=1
2022-10-30 11:39:19 +01:00
source=(https://www.x.org/releases/individual/lib/libXext-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXext-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
2011-01-07 14:43:58 +01:00
rm -r $PKG/usr/share/doc
2006-04-07 18:48:00 +02:00
}