wok view libvorbis-dev/receipt @ rev 15593

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 18:28:51 2013 +0000 (2013-12-03)
parents 55809d1fc91a
children 8ed62ecac0c7
line source
1 # SliTaz package receipt.
3 PACKAGE="libvorbis-dev"
4 VERSION="1.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Vorbis base library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 DEPENDS="libogg-dev libvorbis"
10 WANTED="libvorbis"
11 WEB_SITE="http://www.xiph.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/share
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/share/aclocal $fs/usr/share
21 }