wok-current view libvorbis-dev/receipt @ rev 25629
Mass updates for current
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Oct 11 18:45:46 2023 +0000 (16 months ago) |
parents | 3ed0c77db495 |
children | 3ad63c8fc2f9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libvorbis-dev"
4 VERSION="1.3.6"
5 CATEGORY="development"
6 SHORT_DESC="Vorbis base library - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.xiph.org/vorbis/"
11 WANTED="libvorbis"
12 DEPENDS="libogg-dev libvorbis pkg-config"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 mkdir -p $fs/usr/share
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/share/aclocal $fs/usr/share
25 }