xorg/xorg-libxinerama/Pkgfile

19 lines
385 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
2018-04-14 12:01:33 +02:00
# Depends on: xorg-libxext
2006-04-07 18:48:00 +02:00
name=xorg-libxinerama
2022-10-30 11:38:53 +01:00
version=1.1.5
2018-07-07 15:39:23 +02:00
release=1
2022-10-30 11:38:53 +01: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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}