wok view soundtouch-dev/receipt @ rev 13474

Up: testdisk (6.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 09 16:11:30 2012 +0200 (2012-10-09)
parents
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="soundtouch-dev"
4 VERSION="1.5.0"
5 CATEGORY="development"
6 SHORT_DESC="devel files for soundtouch"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://www.surina.net/soundtouch/"
9 DEPENDS="soundtouch"
10 WANTED="soundtouch"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/share/aclocal $fs/usr/share
20 # Upstream changed pkgconfig filename
21 ln -sf soundtouch-1.4.pc $fs/usr/lib/pkgconfig/soundtouch-1.0.pc
22 }