diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:38 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:38 +0200 |
commit | 4e2fd0e9107b75f5fc724c3ff4a750759703fb43 (patch) | |
tree | 2c8eaaeb250f91a453a53c37c6444e6021c92a38 /extra/xorg-imake/Pkgfile | |
parent | b0a903275501ad4df745b8997ee317f2799795df (diff) | |
download | nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.tar.gz nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.tar.bz2 nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.tar.xz nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.zip |
xorg-imake dans extra
Diffstat (limited to 'extra/xorg-imake/Pkgfile')
-rw-r--r-- | extra/xorg-imake/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-imake/Pkgfile b/extra/xorg-imake/Pkgfile new file mode 100644 index 000000000..3954d060e --- /dev/null +++ b/extra/xorg-imake/Pkgfile @@ -0,0 +1,20 @@ +# Description: imake build system +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-xproto, xorg-cf-files +# Run on: xorg-cf-files + +name=xorg-imake +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2) + +build() { + cd imake-$version + + ./configure $XORG_CONFIG + + make + make DESTDIR=$PKG install +} |