wok diff libsdl-mixer-dev/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents ba0df146049f
children 8c08820e8dfb
line diff
     1.1 --- a/libsdl-mixer-dev/receipt	Sat Sep 11 00:22:05 2010 +0000
     1.2 +++ b/libsdl-mixer-dev/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.3 @@ -5,9 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Development files of a multichannel sample and music mixer."
     1.6  MAINTAINER="chadi.elahmad@gmail.com"
     1.7 -
     1.8  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
     1.9 -
    1.10  DEPENDS="libsdl-mixer libsdl-dev libmad-dev libvorbis-dev libogg-dev "
    1.11  WANTED="libsdl-mixer"
    1.12  SOURCE="SDL_mixer"
    1.13 @@ -16,8 +14,6 @@
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.19  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20  	cp -a $_pkg/usr/include $fs/usr
    1.21  }