19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
# Description: xorg lib libXinerama
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
|
# Depends on: xorg-libx11, xorg-xextproto, xorg-libxext, xorg-xineramaproto
|
|
|
|
name=xorg-libxinerama
|
|
version=1.0.2
|
|
release=1
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd libXinerama-$version
|
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|