wok-6.x diff libao-dev/receipt @ rev 24403
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 08 18:20:23 2022 +0000 (2022-02-08) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/libao-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/libao-dev/receipt Tue Feb 08 18:20:23 2022 +0000 1.3 @@ -1,26 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libao-dev" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libao devel files" 1.11 +SHORT_DESC="libao development files." 1.12 MAINTAINER="rj.rohit@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WANTED="libao" 1.15 -WEB_SITE="https://downloads.xiph.org/releases/ao/" 1.16 -HOST_ARCH="i486 arm" 1.17 +WEB_SITE="https://xiph.org/ao/" 1.18 1.19 DEPENDS="pkg-config" 1.20 +WANTED="libao" 1.21 + 1.22 +HOST_ARCH="i486 arm" 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p \ 1.28 - $fs/usr/lib/ao/plugins-4 \ 1.29 - $fs/usr/share 1.30 - cp -a $install/usr/lib/ao/plugins-4/*.la $fs/usr/lib/ao/plugins-4 1.31 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 - cp -a $install/usr/include $fs/usr 1.34 - cp -a $install/usr/share/aclocal $fs/usr/share 1.35 + mkdir -p $fs/usr/lib/ao/plugins-4 1.36 + mkdir -p $fs/usr/share 1.37 + 1.38 + cp -a $install/usr/lib/ao/plugins-4/*.la $fs/usr/lib/ao/plugins-4 1.39 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.40 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.41 + cp -a $install/usr/include $fs/usr 1.42 + cp -a $install/usr/share/aclocal $fs/usr/share 1.43 }