wok-next annotate miau/receipt @ rev 20969

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 3765f181a6d5
children f48456621a9d
rev   line source
al@20969 1 # SliTaz package receipt v2.
pascal@1752 2
pascal@1752 3 PACKAGE="miau"
al@20969 4 VERSION="0.6.6"
pascal@1752 5 CATEGORY="network"
al@20969 6 SHORT_DESC="Another IRC-bouncer/proxy"
pascal@1752 7 MAINTAINER="christophe.paris@free.fr"
pascal@15584 8 LICENSE="GPL2"
al@20969 9 WEB_SITE="http://miau.sourceforge.net/"
al@20969 10
pascal@1752 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@1752 12 WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL"
pascal@1752 13
al@20969 14 compile_rules() {
al@20969 15 ./configure $CONFIGURE_ARGS &&
pascal@1752 16 make &&
al@20969 17 make install
pascal@1752 18 }
pascal@1752 19
al@20969 20 genpkg_rules() {
al@20969 21 copy @std
pascal@1752 22 }