summaryrefslogtreecommitdiffstats
path: root/base/libtool226/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-29 18:55:00 +0200
committersibel <lesibel at free dot fr>2010-07-29 18:55:00 +0200
commitb94b0376ccec5c0f053eb3e840868818f657a943 (patch)
tree6e204a97305a95c5804ab50cf1e6f87cfc9ab8b0 /base/libtool226/Pkgfile
parent009dafefcca37952e15476fb57936838874e4420 (diff)
downloadnutyx-extra-b94b0376ccec5c0f053eb3e840868818f657a943.tar.gz
nutyx-extra-b94b0376ccec5c0f053eb3e840868818f657a943.tar.bz2
nutyx-extra-b94b0376ccec5c0f053eb3e840868818f657a943.tar.xz
nutyx-extra-b94b0376ccec5c0f053eb3e840868818f657a943.zip
ajout de libtool226#2.2.6b-1 pour compiler redland
Diffstat (limited to 'base/libtool226/Pkgfile')
-rwxr-xr-xbase/libtool226/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/libtool226/Pkgfile b/base/libtool226/Pkgfile
new file mode 100755
index 000000000..b7314fb8b
--- /dev/null
+++ b/base/libtool226/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie pour le support de scripts génériques
+# URL: http://www.gnu.org/software/libtool/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libtool226
+_name=libtool
+version=2.2.6b
+release=1
+source=(http://ftp.gnu.org/gnu/$_name/$_name-$version.tar.gz )
+
+build() {
+cd $_name-*
+./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+if [ -f $PKG/usr/share/info/dir ]; then
+ rm $PKG/usr/share/info/dir
+fi
+}