wok diff readom/receipt @ rev 8966

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
parents 063ab2698119
children 02bbaa9d12ba
line diff
     1.1 --- a/readom/receipt	Sat May 01 12:51:24 2010 +0000
     1.2 +++ b/readom/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.3 @@ -5,8 +5,6 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="readom as readcd for use with graveman"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS=""
     1.8 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.cdrkit.org/"
    1.10  WANTED="cdrkit"
    1.11  
    1.12 @@ -18,6 +16,6 @@
    1.13  	strip -s $fs/usr/bin/*
    1.14  
    1.15  	# Make symlinks for cdrtools compatibility
    1.16 -  cd $fs/usr/bin
    1.17 -  ln -s readom readcd
    1.18 +	cd $fs/usr/bin
    1.19 +	ln -s readom readcd
    1.20  }