Update to 1.12

This commit is contained in:
Tom G. Christensen 2008-04-18 09:22:01 +00:00 committed by tgc
parent de2c02a39f
commit dc332c8923
4 changed files with 35 additions and 11 deletions

View File

@ -9,7 +9,7 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=libiconv topdir=libiconv
version=1.9.2 version=1.12
pkgver=1 pkgver=1
source[0]=$topdir-$version.tar.gz source[0]=$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
@ -19,10 +19,8 @@ source[0]=$topdir-$version.tar.gz
. ${BUILDPKG_BASE}/scripts/buildpkg.functions . ${BUILDPKG_BASE}/scripts/buildpkg.functions
# Global settings # Global settings
export LDFLAGS="-L/usr/sbware/lib -R/usr/sbware/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
prefix=/usr/sbware configure_args="$configure_args --enable-extra-encodings"
topinstalldir=$prefix
configure_args="--prefix=$prefix --mandir=$prefix/${_mandir} --enable-extra-encodings"
reg prep reg prep
prep() prep()
@ -40,8 +38,8 @@ reg install
install() install()
{ {
generic_install DESTDIR generic_install DESTDIR
doc NOTES ChangeLog DESIGN NEWS doc NOTES ChangeLog DESIGN NEWS COPYING COPYING.LIB AUTHORS README
${RM} -f ${stagedir}${prefix}/${_libdir}/charset.alias ${__rm} -f ${stagedir}${prefix}/${_libdir}/charset.alias
} }

View File

@ -1 +0,0 @@
P SBlibgccso1 libgcc_s.so.1 from gcc 3.3.2 or newer

View File

@ -1,7 +1,7 @@
[libiconv] [libiconv]
pkgname="$pkgprefix""$topdir" pkgname="${pkgprefix}liconv"
name="$topdir" name="libiconv - GNU iconv"
pkgcat="application" pkgcat="system"
pkgvendor="http://directory.fsf.org/libiconv.html" pkgvendor="http://directory.fsf.org/libiconv.html"
pkgdesc="Converts between character encodings" pkgdesc="Converts between character encodings"
pkgver="$pkgver" pkgver="$pkgver"

27
libiconv/meta/relnotes Normal file
View File

@ -0,0 +1,27 @@
PACKAGE DETAILS
---------------
Name: %%PKGNAME%%
Version: %%SOURCE_AND_VER%%
Vendor: %%VENDOR%%
Packager: %%PKGEDBY%%
Source (sha1sum):
%%SOURCE_SHA1SUM%%
BUILD DETAILS
-------------
Compiler:
%%COMPILER%%
Environment:
%%ENVIRONMENT%%
Configure:
%%CONFIGURE%%
KNOWN DEPENDENCIES
------------------
%%DEPENDENCIES%%
ERRORS/MISCELLANEOUS
--------------------