diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:42:46 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:42:46 +0200 |
commit | 4bd0b8e14c548662a41815af9702c0a4ee046d7d (patch) | |
tree | ea37d4c4e82a7c9133a541987a4a27d8e3a0c668 /extra/libxmi/Pkgfile | |
parent | 3629a7611c4c39b6442b68aeafdb386617795408 (diff) | |
download | nutyx-pakxe-4bd0b8e14c548662a41815af9702c0a4ee046d7d.tar.gz nutyx-pakxe-4bd0b8e14c548662a41815af9702c0a4ee046d7d.tar.bz2 nutyx-pakxe-4bd0b8e14c548662a41815af9702c0a4ee046d7d.tar.xz nutyx-pakxe-4bd0b8e14c548662a41815af9702c0a4ee046d7d.zip |
libxmi dans extra
Diffstat (limited to 'extra/libxmi/Pkgfile')
-rwxr-xr-x | extra/libxmi/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libxmi/Pkgfile b/extra/libxmi/Pkgfile new file mode 100755 index 000000000..b6b8db808 --- /dev/null +++ b/extra/libxmi/Pkgfile @@ -0,0 +1,19 @@ +# Description: library for rasterizing 2-D vector graphics +# URL: http://www.gnu.org/software/libxmi/libxmi.html +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr + +name=libxmi +version=1.2 +release=1 +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 +} + |