wok-6.x view libav-dev/receipt @ rev 19046

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-17)
parents 2a5cc8208d36
children a78610b2eb47
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 }