# HG changeset patch # User Liu Peng # Date 1293956738 0 # Node ID db38a28f4300e1070976d1d7709d444699592d96 # Parent 7d624d0a170bfae5aa19dc9c39cdc8373fd3fa29 Rm hinedo diff -r 7d624d0a170b -r db38a28f4300 hinedo/receipt --- a/hinedo/receipt Sun Jan 02 08:20:57 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="hinedo" -VERSION="0.4" -CATEGORY="multimedia" -SHORT_DESC="Hinet radio client." -MAINTAINER="rocky@slitaz.org" -DEPENDS="python mplayer gtk+" -BUILD_DEPENDS="gtk+-dev gcc glibc-dev linux-headers make" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://hinedo.openfoundry.org/" -WGET_URL="http://of.openfoundry.org/download_path/hinedo/2007.11.18/$TARBALL" -TAG="radio chinese" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p1 < ../stuff/$file || return 1 - touch done.$file - done <