wok diff miau/receipt @ rev 16704

mplayer-opt: typo in package name
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 28 12:02:32 2014 +0300 (2014-05-28)
parents 02bbaa9d12ba
children 01a570aaca8b
line diff
     1.1 --- a/miau/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/miau/receipt	Wed May 28 12:02:32 2014 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Another IRC-bouncer/proxy."
     1.6  MAINTAINER="christophe.paris@free.fr"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://miau.sourceforge.net/"
    1.10  WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL"
    1.11 @@ -20,13 +21,13 @@
    1.12  		--docdir=/usr/share/doc \
    1.13  		$CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 -	cp -a $_pkg/usr/share $fs/usr
    1.25 +	cp -a $install/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/share $fs/usr
    1.27  }