summaryrefslogtreecommitdiffstats
path: root/xorg-imake/Pkgfile.old
blob: 7d20861dd7d6bea9abb57a210eca787ff8ea3db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: imake build system
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-xproto, xorg-cf-files

name=xorg-imake
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2)

build() {
	cd imake-$version

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install
}