fakeroot: remove long_desc
This commit is contained in:
parent
14d20d16d3
commit
9d9826f72d
1 changed files with 2 additions and 13 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'fakeroot'
|
# Template file for 'fakeroot'
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
version=1.20
|
version=1.20
|
||||||
revision=2
|
revision=3
|
||||||
|
conflicts="chroot-fakeroot>=0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="acl-devel libcap-devel"
|
makedepends="acl-devel libcap-devel"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -11,20 +12,8 @@ homepage="http://packages.debian.org/fakeroot"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||||
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
||||||
long_desc="
|
|
||||||
This package is intended to remove the need to become root for a package build.
|
|
||||||
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
|
||||||
around getuid, chown, chmod, mknod, stat, and so on, thereby creating a fake
|
|
||||||
root environment."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Use /bin/sh shebang.
|
# Use /bin/sh shebang.
|
||||||
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
||||||
}
|
}
|
||||||
|
|
||||||
fakeroot_package() {
|
|
||||||
conflicts="chroot-fakeroot>=0"
|
|
||||||
pkg_install() {
|
|
||||||
vmove all
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue