summaryrefslogtreecommitdiffstats
path: root/libtool/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libtool/Pkgfile')
-rw-r--r--libtool/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libtool/Pkgfile b/libtool/Pkgfile
new file mode 100644
index 0000000..79f69ed
--- /dev/null
+++ b/libtool/Pkgfile
@@ -0,0 +1,18 @@
+description="A generic library support script"
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
+url="http://www.gnu.org/software/libtool/"
+depends=()
+
+name=libtool
+version=2.4
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
+build ()
+{
+ cd $name-$version;
+ ./configure --prefix=$prefix --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install;
+ rm $PKG/usr/share/libtool/libltdl/README
+}