wok-6.x annotate faad2-dev/receipt @ rev 24348
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 02 18:01:43 2022 +0000 (2022-02-02) |
parents | 6e8b1bcb30e2 |
children |
rev | line source |
---|---|
paul@3855 | 1 # SliTaz package receipt. |
paul@3855 | 2 |
paul@3855 | 3 PACKAGE="faad2-dev" |
paul@3855 | 4 VERSION="2.7" |
paul@3855 | 5 CATEGORY="development" |
paul@3855 | 6 SHORT_DESC="FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder devel files." |
paul@3855 | 7 MAINTAINER="slitaz@kacper.se" |
pascal@15588 | 8 LICENSE="GPL2" |
pascal@23908 | 9 WEB_SITE="https://github.com/knik0/faad2" |
paul@3855 | 10 WANTED="faad2" |
paul@3855 | 11 |
pascal@15588 | 12 DEPENDS="faad2" |
pascal@15588 | 13 |
paul@3855 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@3855 | 15 genpkg_rules() |
paul@3855 | 16 { |
paul@3855 | 17 mkdir -p $fs/usr/lib |
pascal@15588 | 18 cp -a $install/usr/include $fs/usr |
pascal@15588 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
paul@3855 | 20 } |