wok view enca-dev/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents 3b5deb6c2692
children
line source
1 # SliTaz package receipt.
3 PACKAGE="enca-dev"
4 VERSION="1.19"
5 CATEGORY="development"
6 SHORT_DESC="Enca development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
10 WEB_SITE="https://cihar.com/software/enca/"
12 WANTED="enca"
13 DEPENDS="enca pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }