wok-6.x rev 13656
Fixed deadbeef's APE support and put the documentation (used in program) at the right place
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Tue Nov 20 13:57:37 2012 +0200 (2012-11-20) |
parents | fc1973ec58b8 |
children | e509bd507650 |
files | deadbeef/receipt |
line diff
1.1 --- a/deadbeef/receipt Mon Nov 19 14:32:48 2012 +0000 1.2 +++ b/deadbeef/receipt Tue Nov 20 13:57:37 2012 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 DEPENDS="gtk+ alsa-lib libogg libvorbis libsamplerate libmad" 1.5 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev libmad-dev \ 1.6 libsndfile-dev libsamplerate-dev flac-dev curl-dev libcdio-dev \ 1.7 -libcddb-dev intltool libsndfile libcurl" 1.8 +libcddb-dev intltool libsndfile libcurl yasm" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -33,6 +33,7 @@ 1.13 cp -a $install/usr/lib/$PACKAGE/$l.so* $fs/usr/lib/$PACKAGE 1.14 done 1.15 cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.16 + cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share/doc 1.17 cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \ 1.18 $fs/usr/share/pixmaps 1.19 }