xorg/xorg-libxinerama/Pkgfile

19 lines
445 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Xinerama 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
2006-04-07 18:48:00 +02:00
# Depends on: xorg-libx11, xorg-xextproto, xorg-libxext, xorg-xineramaproto
name=xorg-libxinerama
2013-05-31 13:13:26 +02:00
version=1.1.3
release=2
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXinerama-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}