wok view soundtouch-dev/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents 3b4e4318134e
children 1d9749eb91c6
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 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.surina.net/soundtouch/"
10 WANTED="soundtouch"
12 DEPENDS="soundtouch pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/share/aclocal $fs/usr/share
22 # Upstream changed pkgconfig filename
23 ln -sf soundtouch-1.4.pc $fs/usr/lib/pkgconfig/soundtouch-1.0.pc
24 }