wok annotate orc-dev/receipt @ rev 25028

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 17:04:56 2022 +0000 (2022-05-19)
parents a4fc90252774
children 1b762db897fb
rev   line source
domcox@14014 1 # SliTaz package receipt.
domcox@14014 2
domcox@14014 3 PACKAGE="orc-dev"
mojo@23865 4 VERSION="0.4.29"
domcox@14014 5 CATEGORY="development"
Hans-G?nter@21645 6 SHORT_DESC="Oil runtime compiler - development files."
domcox@14014 7 MAINTAINER="domcox@slitaz.org"
pascal@15601 8 LICENSE="BSD"
Hans-G?nter@21645 9 WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html"
Hans-G?nter@21645 10
Hans-G?nter@21645 11 DEPENDS="orc pkg-config"
pascal@17103 12 WANTED="orc"
pankso@16381 13
Hans-G?nter@21645 14 HOST_ARCH="i486 arm"
pascal@15599 15
domcox@14014 16 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14014 17 genpkg_rules()
domcox@14014 18 {
Hans-G?nter@21645 19 mkdir -p $fs/usr/lib
Hans-G?nter@21645 20 mkdir -p $fs/usr/share
Hans-G?nter@21645 21
Hans-G?nter@21645 22 cp -a $install/usr/include $fs/usr
Hans-G?nter@21645 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21645 24 cp -a $install/usr/lib/*.*a $fs/usr/lib/
Hans-G?nter@21645 25 cp -a $install/usr/share $fs/usr
domcox@14014 26 }