diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 13:14:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 13:14:09 +0100 |
commit | 1d80b487dbb98f50bce054377b358dc368efa36a (patch) | |
tree | f2b6149ac2ca6da52df9bf31f6d889093f9eecad /base/libxmi/Pkgfile | |
parent | 568d43739a44d0757c3ff24abcef356962ec18a3 (diff) | |
download | nutyx-pakxe-1d80b487dbb98f50bce054377b358dc368efa36a.tar.gz nutyx-pakxe-1d80b487dbb98f50bce054377b358dc368efa36a.tar.bz2 nutyx-pakxe-1d80b487dbb98f50bce054377b358dc368efa36a.tar.xz nutyx-pakxe-1d80b487dbb98f50bce054377b358dc368efa36a.zip |
libxmi, ajout patch
Diffstat (limited to 'base/libxmi/Pkgfile')
-rwxr-xr-x | base/libxmi/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/libxmi/Pkgfile b/base/libxmi/Pkgfile index 17dbaccdd..b6b8db808 100755 --- a/base/libxmi/Pkgfile +++ b/base/libxmi/Pkgfile @@ -2,15 +2,16 @@ # URL: http://www.gnu.org/software/libxmi/libxmi.html # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: name=libxmi version=1.2 release=1 -source=( http://mirrors.usc.edu/pub/gnu/$name/$name-$version.tar.gz) +source=( http://mirrors.usc.edu/pub/gnu/$name/$name-$version.tar.gz \ + http://nutyx.meticul.eu/files/patchs/$name/libxmi-1.2-config-1.patch) build() { cd $name-$version + patch -Np1 -i ../libxmi-1.2-config-1.patch ./configure --prefix=/usr --infodir=/usr/share/info make make DESTDIR=$PKG install |