wok-next diff 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
line diff
     1.1 --- a/miau/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/miau/receipt	Fri Sep 14 01:56:52 2018 +0300
     1.3 @@ -1,33 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="miau"
     1.8 -VERSION="0.6.5"
     1.9 +VERSION="0.6.6"
    1.10  CATEGORY="network"
    1.11 -SHORT_DESC="Another IRC-bouncer/proxy."
    1.12 +SHORT_DESC="Another IRC-bouncer/proxy"
    1.13  MAINTAINER="christophe.paris@free.fr"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://miau.sourceforge.net/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://miau.sourceforge.net/"
    1.19  WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	cd $src
    1.25 -	./configure \
    1.26 -		--prefix=/usr \
    1.27 -		--infodir=/usr/share/info \
    1.28 -		--mandir=/usr/share/man \
    1.29 -		--docdir=/usr/share/doc \
    1.30 -		$CONFIGURE_ARGS &&
    1.31 +compile_rules() {
    1.32 +	./configure $CONFIGURE_ARGS &&
    1.33  	make &&
    1.34 -	make DESTDIR=$DESTDIR install
    1.35 +	make install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 -	cp -a $install/usr/share $fs/usr
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46  }