2006-04-07 18:48:00 +02:00
|
|
|
# Description: imake build system
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-15 11:10:40 +10:00
|
|
|
# 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
|
2019-04-14 20:34:34 +10:00
|
|
|
source=(https://www.x.org/releases/individual/util/imake-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd imake-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|