wok diff libmpd/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents b7319995b37e
children 69c80106a6af
line diff
     1.1 --- a/libmpd/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/libmpd/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -4,13 +4,15 @@
     1.4  VERSION="0.20.0"
     1.5  CATEGORY="multimedia"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="Signal based wrapper around libmpdclient"
     1.9  WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11 +WGET_URL="http://download.sarine.nl/Programs/gmpc/$VERSION/$TARBALL"
    1.12 +TAGS=""
    1.13 +
    1.14  DEPENDS="glib"
    1.15  BUILD_DEPENDS="pkg-config glib-dev"
    1.16 -WGET_URL="http://download.sarine.nl/Programs/gmpc/$VERSION/$TARBALL"
    1.17 -TAGS=""
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  
    1.21 @@ -18,12 +20,12 @@
    1.22    cd $src
    1.23    ./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.24    make &&
    1.25 -  make DESTDIR=$PWD/_pkg install
    1.26 +  make DESTDIR=$DESTDIR install
    1.27  }
    1.28  	
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/lib
    1.33 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.34 +	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.35  }