wok view soundtouch-dev/receipt @ rev 15489

Up: firefox-langpack-da (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 17 16:29:49 2013 +0100 (2013-11-17)
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 }