Update to 1.2.5
This commit is contained in:
parent
921b3e8145
commit
3f45f625be
@ -1,22 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
# It can be used nearly unmodified with many packages
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=zlib
|
topdir=zlib
|
||||||
version=1.2.3
|
version=1.2.5
|
||||||
pkgver=3
|
pkgver=1
|
||||||
source[0]=$topdir-$version.tar.bz2
|
source[0]=http://zlib.net/$topdir-$version.tar.bz2
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
configure_args='--shared --prefix=$prefix'
|
configure_args='--shared --prefix=$prefix'
|
||||||
@ -46,8 +44,9 @@ reg install
|
|||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
generic_install prefix
|
generic_install prefix
|
||||||
|
${__rm} -f ${stagedir}${prefix}/${_libdir}/libz.a
|
||||||
doc README
|
doc README
|
||||||
docs_for zlib-devel ChangeLog algorithm.txt minigzip.c example.c FAQ
|
docs_for zlib-devel ChangeLog doc minigzip.c example.c FAQ
|
||||||
# ${__mv} ${stagedir}${prefix}/share/${_mandir} ${stagedir}${prefix}
|
# ${__mv} ${stagedir}${prefix}/share/${_mandir} ${stagedir}${prefix}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
zlib/meta/ChangeLog
Normal file
4
zlib/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CHANGELOG
|
||||||
|
---------
|
||||||
|
* Sat May 08 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.2.5-1
|
||||||
|
- Update to 1.2.5
|
@ -19,6 +19,7 @@ pkgver="$pkgver"
|
|||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
default_docs
|
default_docs
|
||||||
$_libdir/*.so
|
$_libdir/*.so
|
||||||
|
$_libdir/pkgconfig/zlib.pc
|
||||||
$_mandir/man3
|
$_mandir/man3
|
||||||
$_includedir
|
$_includedir
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user