wok annotate x264-dev/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 8feb5dce3d54
children
rev   line source
jozee@6831 1 # SliTaz package receipt.
jozee@6831 2
jozee@6831 3 PACKAGE="x264-dev"
Hans-G?nter@23740 4 VERSION="20191217-2245"
jozee@6831 5 CATEGORY="development"
jozee@6831 6 MAINTAINER="jozee@slitaz.org"
pascal@15000 7 LICENSE="GPL2"
Hans-G?nter@22144 8 SHORT_DESC="x264 - development files."
Hans-G?nter@23740 9 WEB_SITE="https://www.videolan.org/developers/x264.html"
Hans-G?nter@22144 10
jozee@6831 11 WANTED="x264"
jozee@6831 12 SOURCE="$WANTED-snapshot"
jozee@6831 13
pascal@15598 14 DEPENDS="x264 pkg-config"
pascal@15000 15
jozee@6831 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6831 17 genpkg_rules()
jozee@6831 18 {
jozee@6831 19 mkdir -p $fs/usr/lib
Hans-G?nter@22144 20
Hans-G?nter@22144 21 cp -a $src/*.*a $fs/usr/lib
Hans-G?nter@22144 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22144 23 cp -a $install/usr/include $fs/usr
jozee@6831 24 }