# HG changeset patch # User Hans-G?nter Theisgen # Date 1550753405 -3600 # Node ID c8ca2bcc5a6e0dd14c5d1ae4f0a20928a17e1d6b # Parent 311e0dc022d13e6aab8330d2c72c9ccc88c5bf48 created recipe for fluxcomp 1.4.4 diff -r 311e0dc022d1 -r c8ca2bcc5a6e fluxcomp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fluxcomp/receipt Thu Feb 21 13:50:05 2019 +0100 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="fluxcomp" +VERSION="1.4.4" +CATEGORY="development" +SHORT_DESC="Interface description language used by DirectFB" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://github.com/Distrotech/flux" + +TARBALL="distrotech-flux-$VERSION.tar.gz" +WGET_URL="https://github.com/Distrotech/flux/archive/$TARBALL" + +compile_rules() +{ + ./configure $CONFIGURE_ARGS && +# fix libtool && + make && + make install +} + +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $install/usr/bin/* $fs/usr/bin +}