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
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-cf-files xorg-xorgproto
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-imake
|
2024-01-10 22:54:51 +01:00
|
|
|
version=1.0.10
|
2019-03-17 14:48:51 +01:00
|
|
|
release=1
|
2022-10-21 12:29:15 +02:00
|
|
|
source=(https://www.x.org/releases/individual/util/imake-$version.tar.xz)
|
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
|
|
|
|
}
|