libtool: override shlib naming on NetBSD, as done in pkgsrc.

While here there's no need to override ltmain.sh, remove this block
from the xbps.sh script.

--HG--
extra : convert_revision : 76951b6f01e95e717a6f2cd8b36c1e3cfc9882fc
This commit is contained in:
Juan RP
2008-10-16 05:22:04 +02:00
parent bdb08ba5dd
commit 23a1318acd
3 changed files with 35 additions and 62 deletions

View File

@@ -2,9 +2,8 @@
pkgname=libtool
version=2.2.6a
wrksrc="$pkgname-2.2.6"
patch_files="libtool-fix-ltmain.sh.diff"
distfiles="
http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version@.tar.gz"
patch_files="$pkgname-xbps-fixes.diff"
distfiles="http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version@.tar.gz"
build_style=gnu_configure
short_desc="Generic library support"
maintainer="Juan RP <xtraeme@gmail.com>"