wok rev 16327

Add i7z
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 19:08:24 2014 +0000 (2014-04-10)
parents 97977e25566a
children 08a3c649e683
files gmpc/receipt i7z/receipt libmpd/receipt libsndfile/receipt
line diff
     1.1 --- a/gmpc/receipt	Thu Apr 10 14:57:58 2014 +0000
     1.2 +++ b/gmpc/receipt	Thu Apr 10 19:08:24 2014 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  SHORT_DESC="A GTK2 client for MPD"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://gmpclient.org"
     1.7 -WGET_URL="http://download.sarine.nl/Programs/${PACKAGE}/11.8/$TARBALL"
     1.8 +WGET_URL="http://download.sarine.nl/Programs/${PACKAGE}/${VERSION%.*}/$TARBALL"
     1.9  HOST_ARCH="i486 arm"
    1.10  
    1.11  DEPENDS="libglade libmpd curl xorg-libSM libsoup libsexy mpd sqlite libtasn1"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/i7z/receipt	Thu Apr 10 19:08:24 2014 +0000
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="i7z"
     2.7 +VERSION="0.27.2"
     2.8 +CATEGORY="misc"
     2.9 +SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +WEB_SITE="https://code.google.com/p/i7z/"
    2.14 +WGET_URL="https://i7z.googlecode.com/files/$TARBALL"
    2.15 +
    2.16 +DEPENDS="ncurses"
    2.17 +BUILD_DEPENDS="wget ncurses-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	make &&
    2.23 +	make DESTDIR=$DESTDIR install
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	mkdir $fs/usr
    2.30 +	cp -a $install/usr/sbin $fs/usr
    2.31 +}
     3.1 --- a/libmpd/receipt	Thu Apr 10 14:57:58 2014 +0000
     3.2 +++ b/libmpd/receipt	Thu Apr 10 19:08:24 2014 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  SHORT_DESC="Signal based wrapper around libmpdclient"
     3.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.6  WEB_SITE="http://gmpclient.org/"
     3.7 -WGET_URL="http://download.sarine.nl/Programs/gmpc/11.8/$TARBALL"
     3.8 +WGET_URL="http://download.sarine.nl/Programs/gmpc/${VERSION%.*}/$TARBALL"
     3.9  HOST_ARCH="i486 arm"
    3.10  
    3.11  DEPENDS="glib"
     4.1 --- a/libsndfile/receipt	Thu Apr 10 14:57:58 2014 +0000
     4.2 +++ b/libsndfile/receipt	Thu Apr 10 19:08:24 2014 +0000
     4.3 @@ -21,7 +21,7 @@
     4.4  
     4.5  # Handle cross compilation.
     4.6  case "$ARCH" in
     4.7 -	i?86) BUILD_DEPENDS="$UILD_DEPENDS flac-dev" ;;
     4.8 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS flac-dev" ;;
     4.9  esac
    4.10  
    4.11  # Rules to configure and make the package.