Update bootstrap pkgs for new rshlib thing
This commit is contained in:
parent
3c580f051b
commit
cc660ea670
82 changed files with 183 additions and 114 deletions
3
srcpkgs/bash/bash.rshlibs
Normal file
3
srcpkgs/bash/bash.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libncursesw.so.6
|
||||
libdl.so.2
|
||||
libc.so.6
|
|
@ -3,7 +3,7 @@ pkgname=bash
|
|||
_bash_patchlevel=010
|
||||
_bash_distver=4.2
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=1
|
||||
revision=2
|
||||
#version=${_bash_distver}
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
|
||||
|
@ -37,8 +37,6 @@ long_desc="
|
|||
bootstrap=yes
|
||||
register_shell="/bin/bash"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
Add_dependency build ncurses-devel
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build bison
|
||||
|
|
3
srcpkgs/binutils/binutils.rshlibs
Normal file
3
srcpkgs/binutils/binutils.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libdl.so.2
|
||||
libz.so.1
|
||||
libc.so.6
|
|
@ -2,6 +2,7 @@
|
|||
pkgname=binutils
|
||||
version=2.21.1
|
||||
distfiles="${GNU_SITE}/binutils/$pkgname-$version.tar.bz2"
|
||||
revision=1
|
||||
short_desc="GNU binary utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/binutils/"
|
||||
|
@ -23,8 +24,6 @@ long_desc="
|
|||
bootstrap=yes
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build gettext
|
||||
|
|
2
srcpkgs/busybox/busybox.rshlibs
Normal file
2
srcpkgs/busybox/busybox.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libm.so.6
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'busybox'.
|
||||
pkgname=busybox
|
||||
version=1.19.2
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://www.busybox.net"
|
||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||
|
@ -18,7 +18,6 @@ long_desc="
|
|||
environment for any small or embedded system."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build coreutils
|
||||
|
|
1
srcpkgs/bzip2/bzip2.rshlibs
Normal file
1
srcpkgs/bzip2/bzip2.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'bzip2'.
|
||||
pkgname=bzip2
|
||||
version=1.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.bzip.org/$version/$pkgname-$version.tar.gz"
|
||||
short_desc="The bzip2 compression library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -23,7 +23,6 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="bzip2-devel"
|
||||
Add_dependency run glibc
|
||||
|
||||
do_build()
|
||||
{
|
||||
|
|
3
srcpkgs/ccache/ccache.rshlibs
Normal file
3
srcpkgs/ccache/ccache.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libm.so.6
|
||||
libz.so.1
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.1.6
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="compiler cache"
|
||||
|
@ -15,8 +15,6 @@ long_desc="
|
|||
Supported languages are C, C++, Objective-C and Objective-C++."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency build zlib-devel
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
|
|
1
srcpkgs/chroot-grep/chroot-grep.rshlibs
Normal file
1
srcpkgs/chroot-grep/chroot-grep.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -5,7 +5,7 @@
|
|||
# Reset some vars
|
||||
unset run_depends build_depends revision
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
pkgname=chroot-grep
|
||||
wrksrc=grep-${version}
|
||||
|
@ -16,7 +16,6 @@ long_desc="${long_desc}
|
|||
This package only installs the grep utility into a not default location
|
||||
for use in chroots with xbps-src."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
5
srcpkgs/cloog-ppl/cloog-ppl.rshlibs
Normal file
5
srcpkgs/cloog-ppl/cloog-ppl.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libppl_c.so.4
|
||||
libc.so.6
|
||||
libgmp.so.10
|
||||
libppl.so.9
|
||||
libgmpxx.so.4
|
|
@ -4,6 +4,7 @@ version=0.15.9
|
|||
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
||||
revision=1
|
||||
short_desc="The Chunky Loop Generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8c54d4bca186cb66671e07540aec276d5f8ad013ae8867294576b431cbb142a5
|
||||
|
@ -15,9 +16,6 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gmp
|
||||
Add_dependency run ppl
|
||||
Add_dependency build gmp-devel
|
||||
Add_dependency build ppl-devel
|
||||
|
||||
|
|
2
srcpkgs/diffutils/diffutils.rshlibs
Normal file
2
srcpkgs/diffutils/diffutils.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libc.so.6
|
||||
librt.so.1
|
|
@ -3,6 +3,7 @@ pkgname=diffutils
|
|||
version=3.1
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="The GNU diff utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/diffutils"
|
||||
|
@ -15,7 +16,6 @@ long_desc="
|
|||
These programs are usually used for creating patch files."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build gettext
|
||||
|
|
2
srcpkgs/fakeroot/fakeroot.rshlibs
Normal file
2
srcpkgs/fakeroot/fakeroot.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libc.so.6
|
||||
libdl.so.2
|
|
@ -4,6 +4,7 @@ version=1.18.1
|
|||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
revision=1
|
||||
short_desc="Gives a fake root environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://packages.debian.org/fakeroot"
|
||||
|
@ -16,7 +17,6 @@ long_desc="
|
|||
root environment."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
2
srcpkgs/file/file.rshlibs
Normal file
2
srcpkgs/file/file.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libc.so.6
|
||||
libz.so.1
|
|
@ -3,6 +3,7 @@ pkgname=file
|
|||
version=5.09
|
||||
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="File type identification utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.darwinsys.com/file/"
|
||||
|
@ -15,6 +16,4 @@ long_desc="
|
|||
bootstrap=yes
|
||||
subpackages="file-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency build zlib-devel
|
||||
|
|
8
srcpkgs/gcc/gcc-c++.rshlibs
Normal file
8
srcpkgs/gcc/gcc-c++.rshlibs
Normal 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
|
|
@ -1,18 +1,12 @@
|
|||
# Template file for 'gcc-c++'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC C++ support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
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 gcc ">=$version"
|
||||
Add_dependency run libstdc++-devel ">=$version"
|
||||
|
|
8
srcpkgs/gcc/gcc-fortran.rshlibs
Normal file
8
srcpkgs/gcc/gcc-fortran.rshlibs
Normal 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
|
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'gcc-fortran'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Fortran compiler frontend"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
@ -7,14 +8,7 @@ long_desc="${long_desc}
|
|||
|
||||
|
||||
Add_dependency run libgcc ">=$version"
|
||||
Add_dependency run glibc
|
||||
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"
|
||||
|
||||
do_install()
|
||||
|
|
11
srcpkgs/gcc/gcc-go.rshlibs
Normal file
11
srcpkgs/gcc/gcc-go.rshlibs
Normal 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
|
|
@ -1,20 +1,12 @@
|
|||
# Template file for 'gcc-go'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Go compiler frontend"
|
||||
long_desc="${long_desc}
|
||||
|
||||
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 libgo-devel ">=$version"
|
||||
|
||||
|
|
8
srcpkgs/gcc/gcc-objc++.rshlibs
Normal file
8
srcpkgs/gcc/gcc-objc++.rshlibs
Normal 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
|
|
@ -1,18 +1,12 @@
|
|||
# Template file for 'gcc-objc++'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Objective-C++ support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
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 gcc-c++ ">=$version"
|
||||
Add_dependency run gcc-objc ">=$version"
|
||||
|
|
8
srcpkgs/gcc/gcc-objc.rshlibs
Normal file
8
srcpkgs/gcc/gcc-objc.rshlibs
Normal 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
|
|
@ -1,18 +1,12 @@
|
|||
# Template file for 'gcc-objc'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Objective-C support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
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 gcc ">=$version"
|
||||
Add_dependency run libobjc ">=$version"
|
||||
|
|
8
srcpkgs/gcc/gcc.rshlibs
Normal file
8
srcpkgs/gcc/gcc.rshlibs
Normal 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
|
3
srcpkgs/gcc/libgfortran.rshlibs
Normal file
3
srcpkgs/gcc/libgfortran.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libquadmath.so.0
|
||||
libm.so.6
|
||||
libc.so.6
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'libgfortran'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Fortran library ${version} shared library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the GCC Fortran shared library."
|
||||
|
||||
Add_dependency run libgcc ">=$version"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libquadmath ">=$version"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
5
srcpkgs/gcc/libgo.rshlibs
Normal file
5
srcpkgs/gcc/libgo.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libpthread.so.0
|
||||
libm.so.6
|
||||
libgcc_s.so.1
|
||||
libc.so.6
|
||||
ld-linux.so.2
|
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libgo'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="Go library ${version} shared library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the GO shared library."
|
||||
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
3
srcpkgs/gcc/libgomp.rshlibs
Normal file
3
srcpkgs/gcc/libgomp.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
librt.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gcc-libgomp'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC OpenMP v3.0 shared support library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains GCC shared support library which is needed
|
||||
for OpenMP v3.0 support."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
|
||||
do_install()
|
||||
|
|
3
srcpkgs/gcc/libmudflap.rshlibs
Normal file
3
srcpkgs/gcc/libmudflap.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libdl.so.2
|
||||
libc.so.6
|
||||
ld-linux.so.2
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gcc-libmudflap'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC mudflap shared support library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains GCC shared support library which is needed
|
||||
for mudflap support."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
|
||||
do_install()
|
||||
|
|
2
srcpkgs/gcc/libobjc.rshlibs
Normal file
2
srcpkgs/gcc/libobjc.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libgcc_s.so.1
|
||||
libc.so.6
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'libobjc'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Objective-C shared library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains GCC Objective-C shared support library which is needed
|
||||
to run Objective-C dynamically linked programs."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
2
srcpkgs/gcc/libquadmath.rshlibs
Normal file
2
srcpkgs/gcc/libquadmath.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libm.so.6
|
||||
libc.so.6
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libquadmath'
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC quad match ${version} shared library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the GCC quadmath shared library."
|
||||
|
||||
Add_dependency run libgcc ">=$version"
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
1
srcpkgs/gcc/libssp.rshlibs
Normal file
1
srcpkgs/gcc/libssp.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libssp'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC SSP shared library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Stack Smashing Protection shared library
|
||||
provided by GCC."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
4
srcpkgs/gcc/libstdc++.rshlibs
Normal file
4
srcpkgs/gcc/libstdc++.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
|||
libm.so.6
|
||||
libc.so.6
|
||||
ld-linux.so.2
|
||||
libgcc_s.so.1
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'gcc-libstdc++'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="GCC Standard C++ Library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a rewritten standard compliant GCC Standard
|
||||
C++ library."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -5,6 +5,7 @@ pkgname=gcc
|
|||
_majorver=4.6
|
||||
version=${_majorver}.2
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||
revision=1
|
||||
short_desc="The GNU C Compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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"
|
||||
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run libgomp ">=${version}"
|
||||
Add_dependency run gmp
|
||||
Add_dependency run mpfr
|
||||
Add_dependency run mpc
|
||||
Add_dependency run binutils
|
||||
Add_dependency run ppl
|
||||
Add_dependency run cloog-ppl
|
||||
Add_dependency run libelf
|
||||
Add_dependency run libssp-devel ">=${version}"
|
||||
Add_dependency run glibc-devel
|
||||
|
||||
Add_dependency build gmp-devel
|
||||
Add_dependency build mpfr-devel
|
||||
|
|
4
srcpkgs/glibc/nscd.rshlibs
Normal file
4
srcpkgs/glibc/nscd.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
|||
librt.so.1
|
||||
libpthread.so.0
|
||||
libnsl.so.1
|
||||
libc.so.6
|
|
@ -5,11 +5,10 @@ long_desc="
|
|||
This package contains nscd, a daemon that provides a cache for the
|
||||
most common name service requests."
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
systemd_services="nscd.service on"
|
||||
conf_files="/etc/nscd.conf"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
4
srcpkgs/gmp/gmp.rshlibs
Normal file
4
srcpkgs/gmp/gmp.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
|||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
|
@ -10,6 +10,7 @@ if [ "${XBPS_MACHINE}" = "i686" ]; then
|
|||
fi
|
||||
configure_args="${configure_args} --enable-cxx --enable-mpbsd
|
||||
--build=${XBPS_MACHINE}-unknown-linux-gnu"
|
||||
revision=1
|
||||
short_desc="Library for arbitrary precision arithmetic"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb
|
||||
|
@ -30,9 +31,6 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="gmp-devel"
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency build m4
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
|
|
2
srcpkgs/gzip/gzip.rshlibs
Normal file
2
srcpkgs/gzip/gzip.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
librt.so.1
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=gzip
|
|||
version=1.4
|
||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="GNU compression utility (replacement for compress)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
|
||||
|
@ -13,7 +14,6 @@ long_desc="
|
|||
standard compression program for its system."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build texinfo
|
||||
|
|
1
srcpkgs/libelf/libelf.rshlibs
Normal file
1
srcpkgs/libelf/libelf.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -5,6 +5,7 @@ distfiles="http://www.mr511.de/software/$pkgname-$version.tar.gz"
|
|||
build_style=gnu-configure
|
||||
configure_args="--enable-gnu-names --enable-compat --enable-shared"
|
||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
|
||||
revision=1
|
||||
short_desc="ELF object file access library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
|
||||
|
@ -16,4 +17,3 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
|
|
1
srcpkgs/m4/m4.rshlibs
Normal file
1
srcpkgs/m4/m4.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -4,6 +4,7 @@ version=1.4.16
|
|||
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-changeword --enable-threads"
|
||||
revision=1
|
||||
short_desc="GNU version of UNIX m4 macro language processor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
||||
|
@ -16,7 +17,6 @@ long_desc="
|
|||
generating configure scripts, but not for running them."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build gettext
|
||||
|
|
2
srcpkgs/make/make.rshlibs
Normal file
2
srcpkgs/make/make.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
librt.so.1
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'make'
|
||||
pkgname=make
|
||||
version=3.82
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="The GNU make system"
|
||||
|
@ -13,7 +13,6 @@ long_desc="
|
|||
recompile them, when necessary."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build gettext
|
||||
|
|
3
srcpkgs/mpc/mpc.rshlibs
Normal file
3
srcpkgs/mpc/mpc.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libmpfr.so.4
|
||||
libgmp.so.10
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'mpc'
|
||||
pkgname=mpc
|
||||
version=0.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="C library for the arithmetic of complex numbers"
|
||||
|
@ -14,8 +14,5 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="mpc-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gmp
|
||||
Add_dependency run mpfr
|
||||
Add_dependency build gmp-devel
|
||||
Add_dependency build mpfr-devel
|
||||
|
|
3
srcpkgs/mpfr/mpfr.rshlibs
Normal file
3
srcpkgs/mpfr/mpfr.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libgmp.so.10
|
||||
libc.so.6
|
||||
ld-linux.so.2
|
|
@ -5,6 +5,7 @@ homepage="http://www.mpfr.org"
|
|||
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-thread-safe"
|
||||
revision=1
|
||||
short_desc="Library for multiple-precision floating-point computations"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
|
@ -19,8 +20,6 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gmp
|
||||
Add_dependency build gmp-devel
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
|
|
1
srcpkgs/ncurses/ncurses-libs.rshlibs
Normal file
1
srcpkgs/ncurses/ncurses-libs.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ncurses-libs'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the shared libraries."
|
||||
|
||||
replaces="ncursesw>=0"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-base
|
||||
|
||||
do_install()
|
||||
|
|
2
srcpkgs/ncurses/ncurses.rshlibs
Normal file
2
srcpkgs/ncurses/ncurses.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libncursesw.so.6
|
||||
libc.so.6
|
|
@ -2,6 +2,7 @@
|
|||
pkgname=ncurses
|
||||
version=5.9
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/ncurses/"
|
||||
|
@ -18,8 +19,6 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="ncurses-base ncurses-devel ncurses-libs ncurses-term"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
|
||||
do_build()
|
||||
{
|
||||
|
|
1
srcpkgs/patch/patch.rshlibs
Normal file
1
srcpkgs/patch/patch.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=patch
|
|||
version=2.6.1
|
||||
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Patch files using diff output"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
|
||||
|
@ -14,4 +15,3 @@ long_desc="
|
|||
This is the GPL version from the Free Software Foundation."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
|
6
srcpkgs/ppl/ppl-devel.rshlibs
Normal file
6
srcpkgs/ppl/ppl-devel.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
libppl.so.9
|
||||
libgmpxx.so.4
|
||||
libgmp.so.10
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libc.so.6
|
|
@ -1,16 +1,11 @@
|
|||
# Template file for 'ppl-devel'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
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()
|
||||
{
|
||||
|
|
6
srcpkgs/ppl/ppl.rshlibs
Normal file
6
srcpkgs/ppl/ppl.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
||||
libgmpxx.so.4
|
||||
libgmp.so.10
|
|
@ -5,6 +5,7 @@ distfiles="http://bugseng.com/products/ppl/download/ftp/releases/${version}/ppl-
|
|||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --enable-interfaces=c,cxx
|
||||
--with-gmp-prefix=${XBPS_MASTERDIR}/usr --with-gnu-ld --disable-debugging"
|
||||
revision=1
|
||||
short_desc="The Parma Polyhedra Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e3fbd1c19ef44c6f020951807cdb6fc6a8153cd3a5c53b0ab9cf4c4f6e8cbbeb
|
||||
|
@ -25,10 +26,6 @@ disable_parallel_build=yes
|
|||
bootstrap=yes
|
||||
subpackages="ppl-devel"
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run gmp
|
||||
Add_dependency build gmp-devel
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
|
|
2
srcpkgs/tar/tar.rshlibs
Normal file
2
srcpkgs/tar/tar.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
librt.so.1
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=tar
|
|||
version=1.26
|
||||
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="The GNU tape archiver with remote magnetic tape support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
|
||||
|
@ -14,7 +15,6 @@ long_desc="
|
|||
does not create correct ustar archives."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
Add_dependency run bzip2
|
||||
Add_dependency full gzip
|
||||
Add_dependency build bzip2-devel
|
||||
|
|
2
srcpkgs/xz/liblzma.rshlibs
Normal file
2
srcpkgs/xz/liblzma.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'liblzma'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="XZ-format compression library"
|
||||
long_desc="
|
||||
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression
|
||||
|
@ -11,7 +12,6 @@ long_desc="
|
|||
|
||||
replaces="xz<5.0.0"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -3,6 +3,7 @@ pkgname=xz
|
|||
version=5.0.3
|
||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="XZ utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9
|
||||
|
@ -26,5 +27,3 @@ long_desc="
|
|||
bootstrap=yes
|
||||
subpackages="liblzma liblzma-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run liblzma
|
||||
|
|
3
srcpkgs/xz/xz.rshlibs
Normal file
3
srcpkgs/xz/xz.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
liblzma.so.5
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'zlib'
|
||||
pkgname=zlib
|
||||
version=1.2.5
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --shared"
|
||||
|
@ -20,7 +20,6 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="zlib-devel"
|
||||
Add_dependency run glibc
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
1
srcpkgs/zlib/zlib.rshlibs
Normal file
1
srcpkgs/zlib/zlib.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
Loading…
Reference in a new issue