Update bootstrap pkgs for new rshlib thing

This commit is contained in:
davehome 2011-11-12 01:54:14 +00:00
parent 3c580f051b
commit cc660ea670
82 changed files with 183 additions and 114 deletions

View file

@ -0,0 +1,3 @@
libncursesw.so.6
libdl.so.2
libc.so.6

View file

@ -3,7 +3,7 @@ pkgname=bash
_bash_patchlevel=010 _bash_patchlevel=010
_bash_distver=4.2 _bash_distver=4.2
version=${_bash_distver}.${_bash_patchlevel} version=${_bash_distver}.${_bash_patchlevel}
revision=1 revision=2
#version=${_bash_distver} #version=${_bash_distver}
wrksrc=${pkgname}-${_bash_distver} wrksrc=${pkgname}-${_bash_distver}
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz" distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
@ -37,8 +37,6 @@ long_desc="
bootstrap=yes bootstrap=yes
register_shell="/bin/bash" register_shell="/bin/bash"
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency build ncurses-devel Add_dependency build ncurses-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build bison Add_dependency build bison

View file

@ -0,0 +1,3 @@
libdl.so.2
libz.so.1
libc.so.6

View file

@ -2,6 +2,7 @@
pkgname=binutils pkgname=binutils
version=2.21.1 version=2.21.1
distfiles="${GNU_SITE}/binutils/$pkgname-$version.tar.bz2" distfiles="${GNU_SITE}/binutils/$pkgname-$version.tar.bz2"
revision=1
short_desc="GNU binary utilities" short_desc="GNU binary utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/binutils/" homepage="http://www.gnu.org/software/binutils/"
@ -23,8 +24,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run zlib
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext Add_dependency build gettext

View file

@ -0,0 +1,2 @@
libm.so.6
libc.so.6

View file

@ -1,7 +1,7 @@
# Build template for 'busybox'. # Build template for 'busybox'.
pkgname=busybox pkgname=busybox
version=1.19.2 version=1.19.2
revision=2 revision=3
homepage="http://www.busybox.net" homepage="http://www.busybox.net"
distfiles="${homepage}/downloads/busybox-$version.tar.bz2" distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
short_desc="The Swiss Army Knife of Embedded Linux" short_desc="The Swiss Army Knife of Embedded Linux"
@ -18,7 +18,6 @@ long_desc="
environment for any small or embedded system." environment for any small or embedded system."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build coreutils Add_dependency build coreutils

View file

@ -0,0 +1 @@
libc.so.6

View file

@ -1,7 +1,7 @@
# Template build file for 'bzip2'. # Template build file for 'bzip2'.
pkgname=bzip2 pkgname=bzip2
version=1.0.6 version=1.0.6
revision=1 revision=2
distfiles="http://www.bzip.org/$version/$pkgname-$version.tar.gz" distfiles="http://www.bzip.org/$version/$pkgname-$version.tar.gz"
short_desc="The bzip2 compression library" short_desc="The bzip2 compression library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -23,7 +23,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="bzip2-devel" subpackages="bzip2-devel"
Add_dependency run glibc
do_build() do_build()
{ {

View file

@ -0,0 +1,3 @@
libm.so.6
libz.so.1
libc.so.6

View file

@ -1,7 +1,7 @@
# Template file for 'ccache' # Template file for 'ccache'
pkgname=ccache pkgname=ccache
version=3.1.6 version=3.1.6
revision=2 revision=3
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
short_desc="compiler cache" short_desc="compiler cache"
@ -15,8 +15,6 @@ long_desc="
Supported languages are C, C++, Objective-C and Objective-C++." Supported languages are C, C++, Objective-C and Objective-C++."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
Add_dependency run zlib
Add_dependency build zlib-devel Add_dependency build zlib-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then

View file

@ -0,0 +1 @@
libc.so.6

View file

@ -5,7 +5,7 @@
# Reset some vars # Reset some vars
unset run_depends build_depends revision unset run_depends build_depends revision
revision=2 revision=3
bootstrap=yes bootstrap=yes
pkgname=chroot-grep pkgname=chroot-grep
wrksrc=grep-${version} wrksrc=grep-${version}
@ -16,7 +16,6 @@ long_desc="${long_desc}
This package only installs the grep utility into a not default location This package only installs the grep utility into a not default location
for use in chroots with xbps-src." for use in chroots with xbps-src."
Add_dependency run glibc
post_install() post_install()
{ {

View file

@ -0,0 +1,5 @@
libppl_c.so.4
libc.so.6
libgmp.so.10
libppl.so.9
libgmpxx.so.4

View file

@ -4,6 +4,7 @@ version=0.15.9
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz" distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr" configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
revision=1
short_desc="The Chunky Loop Generator" short_desc="The Chunky Loop Generator"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8c54d4bca186cb66671e07540aec276d5f8ad013ae8867294576b431cbb142a5 checksum=8c54d4bca186cb66671e07540aec276d5f8ad013ae8867294576b431cbb142a5
@ -15,9 +16,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run gmp
Add_dependency run ppl
Add_dependency build gmp-devel Add_dependency build gmp-devel
Add_dependency build ppl-devel Add_dependency build ppl-devel

View file

@ -0,0 +1,2 @@
libc.so.6
librt.so.1

View file

@ -3,6 +3,7 @@ pkgname=diffutils
version=3.1 version=3.1
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="The GNU diff utilities" short_desc="The GNU diff utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/diffutils" homepage="http://www.gnu.org/software/diffutils"
@ -15,7 +16,6 @@ long_desc="
These programs are usually used for creating patch files." These programs are usually used for creating patch files."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext Add_dependency build gettext

View file

@ -0,0 +1,2 @@
libc.so.6
libdl.so.2

View file

@ -4,6 +4,7 @@ version=1.18.1
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2" distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
revision=1
short_desc="Gives a fake root environment" short_desc="Gives a fake root environment"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.debian.org/fakeroot" homepage="http://packages.debian.org/fakeroot"
@ -16,7 +17,6 @@ long_desc="
root environment." root environment."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
post_install() post_install()
{ {

View file

@ -0,0 +1,2 @@
libc.so.6
libz.so.1

View file

@ -3,6 +3,7 @@ pkgname=file
version=5.09 version=5.09
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz" distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="File type identification utility" short_desc="File type identification utility"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.darwinsys.com/file/" homepage="http://www.darwinsys.com/file/"
@ -15,6 +16,4 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="file-devel" subpackages="file-devel"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency build zlib-devel Add_dependency build zlib-devel

View file

@ -0,0 +1,8 @@
libc.so.6
libcloog.so.0
libppl_c.so.4
libmpc.so.2
libmpfr.so.4
libgmp.so.10
libdl.so.2
libz.so.1

View file

@ -1,18 +1,12 @@
# Template file for 'gcc-c++'. # Template file for 'gcc-c++'.
# #
revision=1
short_desc="GCC C++ support" short_desc="GCC C++ support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains GCC C++ support." This package contains GCC C++ support."
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run cloog-ppl
Add_dependency run ppl
Add_dependency run gmp
Add_dependency run mpfr
Add_dependency run mpc
Add_dependency run libelf Add_dependency run libelf
Add_dependency run gcc ">=$version" Add_dependency run gcc ">=$version"
Add_dependency run libstdc++-devel ">=$version" Add_dependency run libstdc++-devel ">=$version"

View file

@ -0,0 +1,8 @@
libc.so.6
libcloog.so.0
libppl_c.so.4
libmpc.so.2
libmpfr.so.4
libgmp.so.10
libdl.so.2
libz.so.1

View file

@ -1,5 +1,6 @@
# Template file for 'gcc-fortran'. # Template file for 'gcc-fortran'.
# #
revision=1
short_desc="GCC Fortran compiler frontend" short_desc="GCC Fortran compiler frontend"
long_desc="${long_desc} long_desc="${long_desc}
@ -7,14 +8,7 @@ long_desc="${long_desc}
Add_dependency run libgcc ">=$version" Add_dependency run libgcc ">=$version"
Add_dependency run glibc
Add_dependency run libgfortran ">=$version" Add_dependency run libgfortran ">=$version"
Add_dependency run cloog-ppl
Add_dependency run ppl
Add_dependency run mpc
Add_dependency run mpfr
Add_dependency run gmp
Add_dependency run zlib
Add_dependency run gcc ">=$version" Add_dependency run gcc ">=$version"
do_install() do_install()

View file

@ -0,0 +1,11 @@
libc.so.6
libcloog.so.0
libppl_c.so.4
libmpc.so.2
libmpfr.so.4
libgmp.so.10
libdl.so.2
libz.so.1
libstdc++.so.6
libm.so.6
libgcc_s.so.1

View file

@ -1,20 +1,12 @@
# Template file for 'gcc-go'. # Template file for 'gcc-go'.
# #
revision=1
short_desc="GCC Go compiler frontend" short_desc="GCC Go compiler frontend"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the GCC Go frontend." This package contains the GCC Go frontend."
Add_dependency run libgcc ">=$version"
Add_dependency run glibc
Add_dependency run libstdc++ ">=$version"
Add_dependency run cloog-ppl
Add_dependency run ppl
Add_dependency run mpc
Add_dependency run mpfr
Add_dependency run gmp
Add_dependency run zlib
Add_dependency run gcc ">=$version" Add_dependency run gcc ">=$version"
Add_dependency run libgo-devel ">=$version" Add_dependency run libgo-devel ">=$version"

View file

@ -0,0 +1,8 @@
libcloog.so.0
libppl_c.so.4
libmpc.so.2
libmpfr.so.4
libgmp.so.10
libdl.so.2
libz.so.1
libc.so.6

View file

@ -1,18 +1,12 @@
# Template file for 'gcc-objc++'. # Template file for 'gcc-objc++'.
# #
revision=1
short_desc="GCC Objective-C++ support" short_desc="GCC Objective-C++ support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains GCC Objective-C++ support." This package contains GCC Objective-C++ support."
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run cloog-ppl
Add_dependency run ppl
Add_dependency run gmp
Add_dependency run mpfr
Add_dependency run mpc
Add_dependency run libelf Add_dependency run libelf
Add_dependency run gcc-c++ ">=$version" Add_dependency run gcc-c++ ">=$version"
Add_dependency run gcc-objc ">=$version" Add_dependency run gcc-objc ">=$version"

View file

@ -0,0 +1,8 @@
libcloog.so.0
libppl_c.so.4
libmpc.so.2
libmpfr.so.4
libgmp.so.10
libdl.so.2
libz.so.1
libc.so.6

View file

@ -1,18 +1,12 @@
# Template file for 'gcc-objc'. # Template file for 'gcc-objc'.
# #
revision=1
short_desc="GCC Objective-C support" short_desc="GCC Objective-C support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains GCC Objective-C support." This package contains GCC Objective-C support."
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run cloog-ppl
Add_dependency run ppl
Add_dependency run gmp
Add_dependency run mpfr
Add_dependency run mpc
Add_dependency run libelf Add_dependency run libelf
Add_dependency run gcc ">=$version" Add_dependency run gcc ">=$version"
Add_dependency run libobjc ">=$version" Add_dependency run libobjc ">=$version"

8
srcpkgs/gcc/gcc.rshlibs Normal file
View file

@ -0,0 +1,8 @@
libc.so.6
libcloog.so.0
libppl_c.so.4
libmpc.so.2
libmpfr.so.4
libgmp.so.10
libdl.so.2
libz.so.1

View file

@ -0,0 +1,3 @@
libquadmath.so.0
libm.so.6
libc.so.6

View file

@ -1,13 +1,12 @@
# Template file for 'libgfortran'. # Template file for 'libgfortran'.
# #
revision=1
short_desc="GCC Fortran library ${version} shared library support" short_desc="GCC Fortran library ${version} shared library support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the GCC Fortran shared library." This package contains the GCC Fortran shared library."
Add_dependency run libgcc ">=$version" Add_dependency run libgcc ">=$version"
Add_dependency run glibc
Add_dependency run libquadmath ">=$version"
do_install() do_install()
{ {

View file

@ -0,0 +1,5 @@
libpthread.so.0
libm.so.6
libgcc_s.so.1
libc.so.6
ld-linux.so.2

View file

@ -1,12 +1,11 @@
# Template file for 'libgo'. # Template file for 'libgo'.
# #
revision=1
short_desc="Go library ${version} shared library support" short_desc="Go library ${version} shared library support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the GO shared library." This package contains the GO shared library."
Add_dependency run libgcc ">=${version}"
Add_dependency run glibc
do_install() do_install()
{ {

View file

@ -0,0 +1,3 @@
librt.so.1
libpthread.so.0
libc.so.6

View file

@ -1,12 +1,12 @@
# Template file for 'gcc-libgomp'. # Template file for 'gcc-libgomp'.
# #
revision=1
short_desc="GCC OpenMP v3.0 shared support library" short_desc="GCC OpenMP v3.0 shared support library"
long_desc="${long_desc} long_desc="${long_desc}
This package contains GCC shared support library which is needed This package contains GCC shared support library which is needed
for OpenMP v3.0 support." for OpenMP v3.0 support."
Add_dependency run glibc
Add_dependency run libgcc ">=${version}" Add_dependency run libgcc ">=${version}"
do_install() do_install()

View file

@ -0,0 +1,3 @@
libdl.so.2
libc.so.6
ld-linux.so.2

View file

@ -1,12 +1,12 @@
# Template file for 'gcc-libmudflap'. # Template file for 'gcc-libmudflap'.
# #
revision=1
short_desc="GCC mudflap shared support library" short_desc="GCC mudflap shared support library"
long_desc="${long_desc} long_desc="${long_desc}
This package contains GCC shared support library which is needed This package contains GCC shared support library which is needed
for mudflap support." for mudflap support."
Add_dependency run glibc
Add_dependency run libgcc ">=${version}" Add_dependency run libgcc ">=${version}"
do_install() do_install()

View file

@ -0,0 +1,2 @@
libgcc_s.so.1
libc.so.6

View file

@ -1,13 +1,12 @@
# Template file for 'libobjc'. # Template file for 'libobjc'.
# #
revision=1
short_desc="GCC Objective-C shared library support" short_desc="GCC Objective-C shared library support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains GCC Objective-C shared support library which is needed This package contains GCC Objective-C shared support library which is needed
to run Objective-C dynamically linked programs." to run Objective-C dynamically linked programs."
Add_dependency run glibc
Add_dependency run libgcc ">=${version}"
do_install() do_install()
{ {

View file

@ -0,0 +1,2 @@
libm.so.6
libc.so.6

View file

@ -1,12 +1,12 @@
# Template file for 'libquadmath' # Template file for 'libquadmath'
# #
revision=1
short_desc="GCC quad match ${version} shared library support" short_desc="GCC quad match ${version} shared library support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the GCC quadmath shared library." This package contains the GCC quadmath shared library."
Add_dependency run libgcc ">=$version" Add_dependency run libgcc ">=$version"
Add_dependency run glibc
do_install() do_install()
{ {

View file

@ -0,0 +1 @@
libc.so.6

View file

@ -1,12 +1,12 @@
# Template file for 'libssp'. # Template file for 'libssp'.
# #
revision=1
short_desc="GCC SSP shared library support" short_desc="GCC SSP shared library support"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the Stack Smashing Protection shared library This package contains the Stack Smashing Protection shared library
provided by GCC." provided by GCC."
Add_dependency run glibc
do_install() do_install()
{ {

View file

@ -0,0 +1,4 @@
libm.so.6
libc.so.6
ld-linux.so.2
libgcc_s.so.1

View file

@ -1,13 +1,12 @@
# Template file for 'gcc-libstdc++'. # Template file for 'gcc-libstdc++'.
# #
revision=1
short_desc="GCC Standard C++ Library" short_desc="GCC Standard C++ Library"
long_desc="${long_desc} long_desc="${long_desc}
This package contains a rewritten standard compliant GCC Standard This package contains a rewritten standard compliant GCC Standard
C++ library." C++ library."
Add_dependency run glibc
Add_dependency run libgcc ">=${version}"
do_install() do_install()

View file

@ -5,6 +5,7 @@ pkgname=gcc
_majorver=4.6 _majorver=4.6
version=${_majorver}.2 version=${_majorver}.2
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2" distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
revision=1
short_desc="The GNU C Compiler" short_desc="The GNU C Compiler"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gcc.gnu.org" homepage="http://gcc.gnu.org"
@ -26,18 +27,10 @@ subpackages="${subpackages} libgfortran libgfortran-devel gcc-fortran"
subpackages="${subpackages} gcc-c++ gcc-objc gcc-objc++ gcc-go" subpackages="${subpackages} gcc-c++ gcc-objc gcc-objc++ gcc-go"
Add_dependency run libgcc ">=${version}" Add_dependency run libgcc ">=${version}"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run libgomp ">=${version}" Add_dependency run libgomp ">=${version}"
Add_dependency run gmp
Add_dependency run mpfr
Add_dependency run mpc
Add_dependency run binutils Add_dependency run binutils
Add_dependency run ppl
Add_dependency run cloog-ppl
Add_dependency run libelf Add_dependency run libelf
Add_dependency run libssp-devel ">=${version}" Add_dependency run libssp-devel ">=${version}"
Add_dependency run glibc-devel
Add_dependency build gmp-devel Add_dependency build gmp-devel
Add_dependency build mpfr-devel Add_dependency build mpfr-devel

View file

@ -0,0 +1,4 @@
librt.so.1
libpthread.so.0
libnsl.so.1
libc.so.6

View file

@ -5,11 +5,10 @@ long_desc="
This package contains nscd, a daemon that provides a cache for the This package contains nscd, a daemon that provides a cache for the
most common name service requests." most common name service requests."
revision=2 revision=3
systemd_services="nscd.service on" systemd_services="nscd.service on"
conf_files="/etc/nscd.conf" conf_files="/etc/nscd.conf"
Add_dependency run glibc
do_install() do_install()
{ {

4
srcpkgs/gmp/gmp.rshlibs Normal file
View file

@ -0,0 +1,4 @@
libstdc++.so.6
libm.so.6
libc.so.6
libgcc_s.so.1

View file

@ -10,6 +10,7 @@ if [ "${XBPS_MACHINE}" = "i686" ]; then
fi fi
configure_args="${configure_args} --enable-cxx --enable-mpbsd configure_args="${configure_args} --enable-cxx --enable-mpbsd
--build=${XBPS_MACHINE}-unknown-linux-gnu" --build=${XBPS_MACHINE}-unknown-linux-gnu"
revision=1
short_desc="Library for arbitrary precision arithmetic" short_desc="Library for arbitrary precision arithmetic"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb checksum=a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb
@ -30,9 +31,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="gmp-devel" subpackages="gmp-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency build m4 Add_dependency build m4
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then

View file

@ -0,0 +1,2 @@
librt.so.1
libc.so.6

View file

@ -3,6 +3,7 @@ pkgname=gzip
version=1.4 version=1.4
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="GNU compression utility (replacement for compress)" short_desc="GNU compression utility (replacement for compress)"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
@ -13,7 +14,6 @@ long_desc="
standard compression program for its system." standard compression program for its system."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build texinfo Add_dependency build texinfo

View file

@ -0,0 +1 @@
libc.so.6

View file

@ -5,6 +5,7 @@ distfiles="http://www.mr511.de/software/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-gnu-names --enable-compat --enable-shared" configure_args="--enable-gnu-names --enable-compat --enable-shared"
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install" make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
revision=1
short_desc="ELF object file access library" short_desc="ELF object file access library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d checksum=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
@ -16,4 +17,3 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc

1
srcpkgs/m4/m4.rshlibs Normal file
View file

@ -0,0 +1 @@
libc.so.6

View file

@ -4,6 +4,7 @@ version=1.4.16
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2" distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-changeword --enable-threads" configure_args="--enable-changeword --enable-threads"
revision=1
short_desc="GNU version of UNIX m4 macro language processor" short_desc="GNU version of UNIX m4 macro language processor"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
@ -16,7 +17,6 @@ long_desc="
generating configure scripts, but not for running them." generating configure scripts, but not for running them."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext Add_dependency build gettext

View file

@ -0,0 +1,2 @@
librt.so.1
libc.so.6

View file

@ -1,7 +1,7 @@
# Template build file for 'make' # Template build file for 'make'
pkgname=make pkgname=make
version=3.82 version=3.82
revision=1 revision=2
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2" distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
short_desc="The GNU make system" short_desc="The GNU make system"
@ -13,7 +13,6 @@ long_desc="
recompile them, when necessary." recompile them, when necessary."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext Add_dependency build gettext

3
srcpkgs/mpc/mpc.rshlibs Normal file
View file

@ -0,0 +1,3 @@
libmpfr.so.4
libgmp.so.10
libc.so.6

View file

@ -1,7 +1,7 @@
# Template build file for 'mpc' # Template build file for 'mpc'
pkgname=mpc pkgname=mpc
version=0.8.2 version=0.8.2
revision=1 revision=2
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz" distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
build_style=gnu-configure build_style=gnu-configure
short_desc="C library for the arithmetic of complex numbers" short_desc="C library for the arithmetic of complex numbers"
@ -14,8 +14,5 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="mpc-devel" subpackages="mpc-devel"
Add_dependency run glibc
Add_dependency run gmp
Add_dependency run mpfr
Add_dependency build gmp-devel Add_dependency build gmp-devel
Add_dependency build mpfr-devel Add_dependency build mpfr-devel

View file

@ -0,0 +1,3 @@
libgmp.so.10
libc.so.6
ld-linux.so.2

View file

@ -5,6 +5,7 @@ homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2" distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-thread-safe" configure_args="--enable-thread-safe"
revision=1
short_desc="Library for multiple-precision floating-point computations" short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3" license="LGPL-3"
@ -19,8 +20,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run gmp
Add_dependency build gmp-devel Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then

View file

@ -0,0 +1 @@
libc.so.6

View file

@ -1,12 +1,12 @@
# Template file for 'ncurses-libs'. # Template file for 'ncurses-libs'.
# #
revision=1
short_desc="${sourcepkg} shared libraries" short_desc="${sourcepkg} shared libraries"
long_desc="${long_desc} long_desc="${long_desc}
This package contains the shared libraries." This package contains the shared libraries."
replaces="ncursesw>=0" replaces="ncursesw>=0"
Add_dependency run glibc
Add_dependency run ncurses-base Add_dependency run ncurses-base
do_install() do_install()

View file

@ -0,0 +1,2 @@
libncursesw.so.6
libc.so.6

View file

@ -2,6 +2,7 @@
pkgname=ncurses pkgname=ncurses
version=5.9 version=5.9
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
revision=1
short_desc="A System V Release 4.0 curses emulation library" short_desc="A System V Release 4.0 curses emulation library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/ncurses/" homepage="http://www.gnu.org/software/ncurses/"
@ -18,8 +19,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="ncurses-base ncurses-devel ncurses-libs ncurses-term" subpackages="ncurses-base ncurses-devel ncurses-libs ncurses-term"
Add_dependency run glibc
Add_dependency run ncurses-libs
do_build() do_build()
{ {

View file

@ -0,0 +1 @@
libc.so.6

View file

@ -3,6 +3,7 @@ pkgname=patch
version=2.6.1 version=2.6.1
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2" distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="Patch files using diff output" short_desc="Patch files using diff output"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a checksum=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
@ -14,4 +15,3 @@ long_desc="
This is the GPL version from the Free Software Foundation." This is the GPL version from the Free Software Foundation."
bootstrap=yes bootstrap=yes
Add_dependency run glibc

View file

@ -0,0 +1,6 @@
libppl.so.9
libgmpxx.so.4
libgmp.so.10
libstdc++.so.6
libgcc_s.so.1
libc.so.6

View file

@ -1,16 +1,11 @@
# Template file for 'ppl-devel'. # Template file for 'ppl-devel'.
# #
revision=1
short_desc="${short_desc} (development files)" short_desc="${short_desc} (development files)"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run gmp
Add_dependency run gmp-devel
Add_dependency run ppl
do_install() do_install()
{ {

6
srcpkgs/ppl/ppl.rshlibs Normal file
View file

@ -0,0 +1,6 @@
libstdc++.so.6
libm.so.6
libc.so.6
libgcc_s.so.1
libgmpxx.so.4
libgmp.so.10

View file

@ -5,6 +5,7 @@ distfiles="http://bugseng.com/products/ppl/download/ftp/releases/${version}/ppl-
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-rpath --enable-interfaces=c,cxx configure_args="--disable-rpath --enable-interfaces=c,cxx
--with-gmp-prefix=${XBPS_MASTERDIR}/usr --with-gnu-ld --disable-debugging" --with-gmp-prefix=${XBPS_MASTERDIR}/usr --with-gnu-ld --disable-debugging"
revision=1
short_desc="The Parma Polyhedra Library" short_desc="The Parma Polyhedra Library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e3fbd1c19ef44c6f020951807cdb6fc6a8153cd3a5c53b0ab9cf4c4f6e8cbbeb checksum=e3fbd1c19ef44c6f020951807cdb6fc6a8153cd3a5c53b0ab9cf4c4f6e8cbbeb
@ -25,10 +26,6 @@ disable_parallel_build=yes
bootstrap=yes bootstrap=yes
subpackages="ppl-devel" subpackages="ppl-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run gmp
Add_dependency build gmp-devel Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then

2
srcpkgs/tar/tar.rshlibs Normal file
View file

@ -0,0 +1,2 @@
librt.so.1
libc.so.6

View file

@ -3,6 +3,7 @@ pkgname=tar
version=1.26 version=1.26
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2" distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="The GNU tape archiver with remote magnetic tape support" short_desc="The GNU tape archiver with remote magnetic tape support"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41 checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
@ -14,7 +15,6 @@ long_desc="
does not create correct ustar archives." does not create correct ustar archives."
bootstrap=yes bootstrap=yes
Add_dependency run glibc
Add_dependency run bzip2 Add_dependency run bzip2
Add_dependency full gzip Add_dependency full gzip
Add_dependency build bzip2-devel Add_dependency build bzip2-devel

View file

@ -0,0 +1,2 @@
libpthread.so.0
libc.so.6

View file

@ -1,5 +1,6 @@
# Template file for 'liblzma'. # Template file for 'liblzma'.
# #
revision=1
short_desc="XZ-format compression library" short_desc="XZ-format compression library"
long_desc=" long_desc="
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression
@ -11,7 +12,6 @@ long_desc="
replaces="xz<5.0.0" replaces="xz<5.0.0"
Add_dependency run glibc
do_install() do_install()
{ {

View file

@ -3,6 +3,7 @@ pkgname=xz
version=5.0.3 version=5.0.3
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2" distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="XZ utilities" short_desc="XZ utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9 checksum=5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9
@ -26,5 +27,3 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="liblzma liblzma-devel" subpackages="liblzma liblzma-devel"
Add_dependency run glibc
Add_dependency run liblzma

3
srcpkgs/xz/xz.rshlibs Normal file
View file

@ -0,0 +1,3 @@
liblzma.so.5
libpthread.so.0
libc.so.6

View file

@ -1,7 +1,7 @@
# Template build file for 'zlib' # Template build file for 'zlib'
pkgname=zlib pkgname=zlib
version=1.2.5 version=1.2.5
revision=4 revision=5
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2" distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
build_style=configure build_style=configure
configure_args="--prefix=/usr --shared" configure_args="--prefix=/usr --shared"
@ -20,7 +20,6 @@ long_desc="
bootstrap=yes bootstrap=yes
subpackages="zlib-devel" subpackages="zlib-devel"
Add_dependency run glibc
post_install() post_install()
{ {

View file

@ -0,0 +1 @@
libc.so.6