19 lines
397 B
Plaintext
Raw Permalink Normal View History

2013-05-31 21:30:14 +10:00
# Description: X11 XFree86 video mode extension 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 20:01:33 +10:00
# Depends on: xorg-libxext
2006-04-07 18:48:00 +02:00
name=xorg-libxxf86vm
version=1.1.6
2022-10-01 23:40:14 +02:00
release=1
source=(https://www.x.org/releases/individual/lib/libXxf86vm-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXxf86vm-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}