2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libdmx
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2006-04-08 16:39:33 +02:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-04-07 18:48:00 +02:00
|
|
|
# Depends on: xorg-libx11, xorg-libxext, xorg-dmxproto
|
|
|
|
|
|
|
|
name=xorg-libdmx
|
2009-10-05 20:34:19 +02:00
|
|
|
version=1.1.0
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libdmx-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libdmx-$version
|
|
|
|
|
2009-10-05 20:34:19 +02:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|