wok-next view fakeroot/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents fcdd50638150
children d5aab818505e
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="slaxemulator@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="http://packages.debian.org/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=$DESTDIR install
22 }
24 genpkg_rules() {
25 copy @std
26 }