xorg/xorg-imake/Pkgfile

19 lines
377 B
Plaintext

# Description: imake build system
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-cf-files xorg-xorgproto
name=xorg-imake
version=1.0.9
release=1
source=(https://www.x.org/releases/individual/util/imake-$version.tar.xz)
build() {
cd imake-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}