xorg/xorg-imake/Pkgfile

19 lines
389 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
2018-02-08 20:59:10 +01:00
# Depends on: xorg-xorgproto, xorg-cf-files
2006-04-07 18:48:00 +02:00
name=xorg-imake
2019-03-17 14:48:51 +01:00
version=1.0.8
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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}