23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
13 lines
503 B
Text
13 lines
503 B
Text
# Template file for 'fakechroot'
|
|
pkgname=fakechroot
|
|
version=2.14
|
|
distfiles="${DEBIAN_SITE}/main/f/$pkgname/${pkgname}_${version}.orig.tar.gz"
|
|
build_style=gnu-configure
|
|
short_desc="Gives a fake chroot environment"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=da5d61f1c752e2e43400fc6c70cb8ad2f7177a3295534f8e0c6e3c208432d9f5
|
|
long_desc="
|
|
This package provides a library which overrides libc functions, so it is
|
|
possible to use root-specific tools without root privileges."
|
|
|
|
Add_dependency run glibc
|