wok rev 20844
created recipe for fluxcomp 1.4.4
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 13:50:05 2019 +0100 (2019-02-21) |
parents | 311e0dc022d1 |
children | d40e85dce21f |
files | fluxcomp/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fluxcomp/receipt Thu Feb 21 13:50:05 2019 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fluxcomp" 1.7 +VERSION="1.4.4" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Interface description language used by DirectFB" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="https://github.com/Distrotech/flux" 1.13 + 1.14 +TARBALL="distrotech-flux-$VERSION.tar.gz" 1.15 +WGET_URL="https://github.com/Distrotech/flux/archive/$TARBALL" 1.16 + 1.17 +compile_rules() 1.18 +{ 1.19 + ./configure $CONFIGURE_ARGS && 1.20 +# fix libtool && 1.21 + make && 1.22 + make install 1.23 +} 1.24 + 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/bin 1.28 + cp -a $install/usr/bin/* $fs/usr/bin 1.29 +}