diff options
Diffstat (limited to 'xorg/xorg-imake/Pkgfile')
-rw-r--r-- | xorg/xorg-imake/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xorg/xorg-imake/Pkgfile b/xorg/xorg-imake/Pkgfile index 9a363c599..161c9267b 100644 --- a/xorg/xorg-imake/Pkgfile +++ b/xorg/xorg-imake/Pkgfile @@ -1,17 +1,19 @@ # Description: imake build system # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-xproto, xorg-cf-files name=xorg-imake version=1.0.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2) build() { cd imake-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make make DESTDIR=$PKG install |