wok-stable annotate fluidsynth-dev/receipt @ rev 11253
upx: Fixed ucl and upx to be more compatable with my wok-tank cooking branch and still be compatible with official cookutils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 10:04:51 2011 +0000 (2011-11-07) |
parents | 167fbe7a66e4 |
children |
rev | line source |
---|---|
jozee@6827 | 1 # SliTaz package receipt. |
jozee@6827 | 2 |
jozee@6827 | 3 PACKAGE="fluidsynth-dev" |
slaxemulator@6937 | 4 VERSION="1.1.3" |
jozee@6827 | 5 CATEGORY="development" |
jozee@6827 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@6827 | 7 SHORT_DESC="fluidsynth devel files" |
slaxemulator@6937 | 8 DEPENDS="fluidsynth" |
jozee@6827 | 9 WEB_SITE="http://www.fluidsynth.org/" |
jozee@6827 | 10 WANTED="fluidsynth" |
jozee@6827 | 11 |
jozee@6827 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6827 | 13 genpkg_rules() |
jozee@6827 | 14 { |
jozee@6827 | 15 mkdir -p $fs/usr/lib |
jozee@6827 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
jozee@6827 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
jozee@6827 | 18 cp -a $_pkg/usr/include $fs/usr |
jozee@6827 | 19 } |