chroot-fakeroot: needs chroot-gnu-getopt.
This commit is contained in:
parent
ba0069d7c1
commit
8641027c2a
|
@ -4,7 +4,7 @@ version=1.18.2
|
||||||
wrksrc="fakeroot-${version}"
|
wrksrc="fakeroot-${version}"
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-shared --disable-nls"
|
configure_args="--disable-shared"
|
||||||
short_desc="Gives a fake root environment -- for xbps-src use"
|
short_desc="Gives a fake root environment -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
|
@ -20,6 +20,7 @@ long_desc="
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="fakeroot>=0"
|
conflicts="fakeroot>=0"
|
||||||
|
Add_dependency full chroot-gnu-getopt
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib
|
||||||
|
|
Loading…
Reference in New Issue