wok-6.x view deadbeef-dev/receipt @ rev 9745

Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 22:07:48 2011 +0000 (2011-05-09)
parents ebfc5d58e405
children 9ca8a145659d
line source
1 # SliTaz package receipt.
3 PACKAGE="deadbeef-dev"
4 VERSION="0.4.4"
5 CATEGORY="development"
6 SHORT_DESC="Deadbeef audio player devl file."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="deadbeef deadbeef-plugins"
9 WEB_SITE="http://deadbeef.sourceforge.net/"
10 WANTED="deadbeef"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/deadbeef
16 cp -a $_pkg/usr/lib/deadbeef/*.*a $fs/usr/lib/deadbeef
17 cp -a $_pkg/usr/include $fs/usr
18 }