wok-next view miau/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="miau"
4 VERSION="0.6.6"
5 CATEGORY="network"
6 SHORT_DESC="Another IRC-bouncer/proxy"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://miau.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make install
18 }
20 genpkg_rules() {
21 copy @std
22 }