mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
libtool, remove libtool file and static library (#7565)
* libtool, remove libtool file and static library * Update libtool-2.4.6.recipe Co-authored-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ UNIX architectures to build shared libraries in a generic fashion."
|
|||||||
HOMEPAGE="http://www.gnu.org/software/libtool"
|
HOMEPAGE="http://www.gnu.org/software/libtool"
|
||||||
COPYRIGHT="2004-2010 Free Software Foundation, Inc."
|
COPYRIGHT="2004-2010 Free Software Foundation, Inc."
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://ftp.gnu.org/gnu/libtool/libtool-$portVersion.tar.gz"
|
SOURCE_URI="https://ftp.gnu.org/gnu/libtool/libtool-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3"
|
CHECKSUM_SHA256="e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3"
|
||||||
PATCHES="libtool-$portVersion.patchset"
|
PATCHES="libtool-$portVersion.patchset"
|
||||||
@@ -89,7 +89,11 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
prepareInstalledDevelLibs libltdl
|
|
||||||
|
prepareInstalledDevelLib libltdl
|
||||||
|
|
||||||
|
# remove libtool file & static library
|
||||||
|
rm $libDir/libltdl.la $libDir/libltdl.a
|
||||||
|
|
||||||
# libltdl package
|
# libltdl package
|
||||||
packageEntries libltdl \
|
packageEntries libltdl \
|
||||||
|
|||||||
Reference in New Issue
Block a user