wok-next view libav-dev/receipt @ rev 17299
Add fish
Add fish-doc
This adds support and documentation for the latest fish release.
Add fish-doc
This adds support and documentation for the latest fish release.
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 22:39:29 2014 +0100 (2014-10-30) |
parents | 2a5cc8208d36 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libav-dev"
4 VERSION="0.6.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libav"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 GPL3 LGPL2.1 LGPL3"
9 WEB_SITE="http://www.libav.org/"
11 WANTED="libav"
12 DEPENDS="libav pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }