wok-6.x view enca-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 fcdd50638150
children e3f377fbc5f0
line source
1 # SliTaz package receipt.
3 PACKAGE="enca-dev"
4 VERSION="1.13"
5 CATEGORY="development"
6 SHORT_DESC="Enca devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gitorious.org/enca"
10 WANTED="enca"
12 DEPENDS="enca 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 }