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
|
2012-07-16 02:07:46 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-04-14 20:01:33 +10:00
|
|
|
# Depends on: xorg-libxext
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxinerama
|
2022-10-30 10:38:53 +00:00
|
|
|
version=1.1.5
|
2018-07-07 15:39:23 +02:00
|
|
|
release=1
|
2022-10-30 10:38:53 +00:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXinerama-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXinerama-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|