xorg/xorg-libdmx/Pkgfile

19 lines
361 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libdmx
# 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-libdmx
2018-05-15 19:14:54 +02:00
version=1.1.4
release=1
source=(https://www.x.org/releases/individual/lib/libdmx-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libdmx-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}