xorg/xorg-imake/Pkgfile

19 lines
378 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
2019-08-25 15:41:05 +02: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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}