compat-32/xorg-xf86vidmodeproto-32/Pkgfile

20 lines
482 B
Plaintext
Raw Normal View History

# Description: xorg proto xf86vidmodeproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xf86vidmodeproto
name=xorg-xf86vidmodeproto-32
version=2.3.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2)
build() {
cd xf86vidmodeproto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/include
}