wok-next view cdf/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cdf"
4 VERSION="0.2"
5 COMMIT="22dfb29"
6 CATEGORY="system-tools"
7 SHORT_DESC="Colorized df (color schemes)"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/novel/cdf"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/novel/cdf/archive/$COMMIT.tar.gz"
15 compile_rules() {
16 # Fix typos
17 sed -i 's/filesyitems/filesystems/' src/main.c
19 ./configure \
20 --prefix=/usr \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$install install
26 }
28 genpkg_rules() {
29 copy @std
30 TAGS="color schemes"
31 }