wok-next annotate fakeroot/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 835b3b8ce6ac
children
rev   line source
al@20569 1 # SliTaz package receipt v2.
slaxemulator@7613 2
slaxemulator@7613 3 PACKAGE="fakeroot"
slaxemulator@9584 4 VERSION="1.15.1"
slaxemulator@7613 5 CATEGORY="development"
al@20569 6 SHORT_DESC="Gives a fake root environment, useful for building packages as a \
al@20569 7 non-privileged user"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15588 9 LICENSE="GPL2"
al@21020 10 WEB_SITE="https://packages.debian.org/search?keywords=fakeroot"
al@20569 11
al@21020 12 TARBALL="${PACKAGE}_$VERSION.orig.tar.bz2"
slaxemulator@7613 13 WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL"
slaxemulator@7613 14
al@20569 15 compile_rules() {
slaxemulator@7613 16 ./configure \
slaxemulator@7613 17 --disable-static \
slaxemulator@7613 18 $CONFIGURE_ARGS &&
al@20569 19 fix libtool &&
al@20569 20 make &&
al@21020 21 make DESTDIR=$install install
slaxemulator@7613 22 }
slaxemulator@7613 23
al@20569 24 genpkg_rules() {
al@20569 25 copy @std
slaxemulator@7613 26 }