wok-next annotate miau/receipt @ rev 21174

shaarli: fix tarball
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 16:02:11 2019 +0200 (2019-04-14)
parents f48456621a9d
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
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"
al@21017 12 WGET_URL="$SF_MIRROR/$PACKAGE/$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 }