wok-next annotate fluxcomp/receipt @ rev 21480

updated aircrack-ng (1.4 -> 1.6)
author Hans-G?nter Theisgen
date Thu Jun 18 14:12:59 2020 +0100 (2020-06-18)
parents
children
rev   line source
al@20621 1 # SliTaz package receipt v2.
al@20621 2
al@20621 3 PACKAGE="fluxcomp"
al@20621 4 VERSION="1.4.4"
al@20621 5 CATEGORY="development"
al@20621 6 SHORT_DESC="Interface description language used by DirectFB"
al@20621 7 MAINTAINER="al.bobylev@gmail.com"
al@20621 8 LICENSE="GPL3"
al@20621 9 WEB_SITE="https://github.com/Distrotech/flux"
al@20621 10
al@20621 11 TARBALL="distrotech-flux-$VERSION.tar.gz"
al@20621 12 WGET_URL="https://github.com/Distrotech/flux/archive/$TARBALL"
al@20621 13
al@20621 14 compile_rules() {
al@20621 15 ./configure $CONFIGURE_ARGS &&
al@20621 16 fix libtool &&
al@20621 17 make &&
al@20621 18 make install
al@20621 19 }
al@20621 20
al@20621 21 genpkg_rules() {
al@20621 22 copy @std
al@20621 23 }