xorg/xorg-libxxf86misc/Pkgfile

19 lines
415 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libXxf86misc
# URL: http://xorg.freedesktop.org
2012-07-16 13:48:49 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxext, xorg-xf86miscproto
2006-04-07 18:48:00 +02:00
name=xorg-libxxf86misc
2011-01-07 15:01:41 +01:00
version=1.0.3
release=2
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86misc-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXxf86misc-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}