wok view opal-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents 41801f3599a7
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="opal-dev"
4 VERSION="3.6.6"
5 CATEGORY="development"
6 SHORT_DESC="Open Phone Abstraction library devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MPL"
9 WANTED="opal"
10 WEB_SITE="http://www.ekiga.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp $install/usr/lib/*.a $fs/usr/lib
18 }