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
|
2006-04-08 16:39:33 +02:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-04-07 18:48:00 +02:00
|
|
|
# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxau
|
|
|
|
|
|
|
|
name=xorg-libxext
|
2010-06-17 22:53:24 +02:00
|
|
|
version=1.1.2
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXext-$version
|
|
|
|
|
2007-01-26 17:06:26 +01:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|