wok view get-algobox/receipt @ rev 16658
linphone: avcodec_init() is called automatically from avcodec_register() and avcodec_register_all(), there is no need to call it manually
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 05:56:16 2014 +0000 (2014-05-14) |
parents | fbcef2e7a3e3 |
children | 666b1da48c97 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-algobox"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.xm1math.net/algobox/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-algobox $fs/usr/bin
16 }