wok-next view fakeroot/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 835b3b8ce6ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fakeroot"
4 VERSION="1.15.1"
5 CATEGORY="development"
6 SHORT_DESC="Gives a fake root environment, useful for building packages as a \
7 non-privileged user"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://packages.debian.org/search?keywords=fakeroot"
12 TARBALL="${PACKAGE}_$VERSION.orig.tar.bz2"
13 WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL"
15 compile_rules() {
16 ./configure \
17 --disable-static \
18 $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 }