wok diff soundtouch-dev/receipt @ rev 14972
Up: firefox-langpack-ru (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:20:09 2013 +0200 (2013-08-08) |
parents | |
children | 3b4e4318134e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/soundtouch-dev/receipt Thu Aug 08 22:20:09 2013 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="soundtouch-dev" 1.7 +VERSION="1.5.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="devel files for soundtouch" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://www.surina.net/soundtouch/" 1.12 +DEPENDS="soundtouch" 1.13 +WANTED="soundtouch" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib $fs/usr/share 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/share/aclocal $fs/usr/share 1.23 + # Upstream changed pkgconfig filename 1.24 + ln -sf soundtouch-1.4.pc $fs/usr/lib/pkgconfig/soundtouch-1.0.pc 1.25 +}