wok annotate soundtouch-dev/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents
children 3b4e4318134e
rev   line source
slaxemulator@13102 1 # SliTaz package receipt.
slaxemulator@13102 2
slaxemulator@13102 3 PACKAGE="soundtouch-dev"
slaxemulator@13102 4 VERSION="1.5.0"
slaxemulator@13102 5 CATEGORY="development"
slaxemulator@13102 6 SHORT_DESC="devel files for soundtouch"
slaxemulator@13102 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@13102 8 WEB_SITE="http://www.surina.net/soundtouch/"
slaxemulator@13102 9 DEPENDS="soundtouch"
slaxemulator@13102 10 WANTED="soundtouch"
slaxemulator@13102 11
slaxemulator@13102 12 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@13102 13 genpkg_rules()
slaxemulator@13102 14 {
slaxemulator@13102 15 mkdir -p $fs/usr/lib $fs/usr/share
slaxemulator@13102 16 cp -a $install/usr/include $fs/usr
slaxemulator@13102 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
slaxemulator@13102 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
slaxemulator@13102 19 cp -a $install/usr/share/aclocal $fs/usr/share
slaxemulator@13102 20 # Upstream changed pkgconfig filename
slaxemulator@13102 21 ln -sf soundtouch-1.4.pc $fs/usr/lib/pkgconfig/soundtouch-1.0.pc
slaxemulator@13102 22 }