xorg/xorg-imake/Pkgfile

19 lines
404 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: imake build system
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-xproto, xorg-cf-files
name=xorg-imake
2014-05-21 22:14:26 +02:00
version=1.0.7
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/util/imake-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd imake-$version
2010-07-26 08:13:11 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}