wok view fluxcomp/receipt @ rev 21534

consolekit2 modified BUILD_DEPENDS
author Hans-G?nter Theisgen
date Sun May 05 11:13:36 2019 +0100 (2019-05-05)
parents
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
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 {
16 ./configure $CONFIGURE_ARGS &&
17 # fix libtool &&
18 make &&
19 make install
20 }
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $install/usr/bin/* $fs/usr/bin
26 }