chroot-*: these pkgs provide virtual packages.
This commit is contained in:
parent
941208c521
commit
db6ee5b101
|
@ -27,6 +27,7 @@ long_desc="
|
||||||
|
|
||||||
broken_as_needed=yes
|
broken_as_needed=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
provides="bash-${version}"
|
||||||
conflicts="bash>=0"
|
conflicts="bash>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -28,6 +28,7 @@ long_desc="
|
||||||
This package is only meant to be used by xbps-src, don't install it manually."
|
This package is only meant to be used by xbps-src, don't install it manually."
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
provides="binutils-${version}"
|
||||||
conflicts="binutils>=0"
|
conflicts="binutils>=0"
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
|
|
|
@ -23,6 +23,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="coreutils>=0"
|
conflicts="coreutils>=0"
|
||||||
|
provides="coreutils-${version}"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's/^\(SUBDIRS =\).*/\1 lib src/g' Makefile.in
|
sed -i 's/^\(SUBDIRS =\).*/\1 lib src/g' Makefile.in
|
||||||
|
|
|
@ -19,6 +19,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="diffutils>=0"
|
conflicts="diffutils>=0"
|
||||||
|
provides="diffutils-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -19,6 +19,8 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="fakeroot>=0"
|
conflicts="fakeroot>=0"
|
||||||
|
provides="fakeroot-${version}"
|
||||||
|
|
||||||
Add_dependency full chroot-gnu-getopt
|
Add_dependency full chroot-gnu-getopt
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -20,6 +20,7 @@ Add_dependency build zlib-devel
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="file>=0"
|
conflicts="file>=0"
|
||||||
|
provides="file-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
||||||
|
|
|
@ -20,6 +20,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="findutils>=0"
|
conflicts="findutils>=0"
|
||||||
|
provides="findutils-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in locate oldfind updatedb; do
|
for f in locate oldfind updatedb; do
|
||||||
|
|
|
@ -17,6 +17,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="gawk>=0"
|
conflicts="gawk>=0"
|
||||||
|
provides="gawk-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -16,6 +16,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="gettext>=0"
|
conflicts="gettext>=0"
|
||||||
|
provides="gettext-${version}"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --disable-shared
|
./configure --prefix=/usr --disable-shared
|
||||||
|
|
|
@ -14,6 +14,7 @@ long_desc="
|
||||||
This package is only meant to be used by xbps-src, don't install it manually."
|
This package is only meant to be used by xbps-src, don't install it manually."
|
||||||
|
|
||||||
conflicts="util-linux>=0"
|
conflicts="util-linux>=0"
|
||||||
|
provides="util-linux-${version}"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --without-ncurses
|
./configure ${CONFIGURE_SHARED_ARGS} --without-ncurses
|
||||||
|
|
|
@ -22,6 +22,8 @@ long_desc="
|
||||||
don't have to install it manually."
|
don't have to install it manually."
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
conflicts="grep>=0"
|
||||||
|
provides="grep-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/info ${DESTDIR}/usr/share/man
|
||||||
|
|
|
@ -17,6 +17,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="gzip>=0"
|
conflicts="gzip>=0"
|
||||||
|
provides="gzip-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -20,6 +20,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="m4>=0"
|
conflicts="m4>=0"
|
||||||
|
provides="m4-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -17,6 +17,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="make>=0"
|
conflicts="make>=0"
|
||||||
|
provides="make-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -16,6 +16,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="patch>=0"
|
conflicts="patch>=0"
|
||||||
|
provides="patch-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -16,6 +16,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="sed>=0"
|
conflicts="sed>=0"
|
||||||
|
provides="sed-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -18,6 +18,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="tar>=0"
|
conflicts="tar>=0"
|
||||||
|
provides="tar-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
||||||
|
|
|
@ -19,6 +19,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="texinfo>=0"
|
conflicts="texinfo>=0"
|
||||||
|
provides="texinfo-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/info
|
rm -f ${DESTDIR}/usr/bin/info
|
||||||
|
|
|
@ -27,6 +27,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="xz>=0"
|
conflicts="xz>=0"
|
||||||
|
provides="xz-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib ${DESTDIR}/usr/share ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/lib ${DESTDIR}/usr/share ${DESTDIR}/usr/include
|
||||||
|
|
Loading…
Reference in New Issue