wok-next view fluxcomp/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
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fluxcomp"
4 VERSION="1.4.4"
5 CATEGORY="development"
6 SHORT_DESC="Interface description language used by DirectFB"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/Distrotech/flux"
11 TARBALL="distrotech-flux-$VERSION.tar.gz"
12 WGET_URL="https://github.com/Distrotech/flux/archive/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 fix libtool &&
17 make &&
18 make install
19 }
21 genpkg_rules() {
22 copy @std
23 }