wok-next annotate fluxcomp/receipt @ rev 20621

Add: fluxcomp, ldns, libndp, libnsl, nghttp2; up: directfb, libevent, libnl, libsoup, links, neon, serf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 25 13:24:59 2018 +0300 (2018-04-25)
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 }