wok view faac-dev/receipt @ rev 18899
Add more art from Leonardo Laporte.
SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso.
Openbox 3 themes Blinder, Chrommo.
Combo-theme Japanes (Openbox and GTK2).
SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso.
Openbox 3 themes Blinder, Chrommo.
Combo-theme Japanes (Openbox and GTK2).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 18 16:54:27 2016 +0200 (2016-02-18) |
parents | 129bb5b11a7e |
children | 6e8b1bcb30e2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="faac-dev"
4 VERSION="1.28"
5 CATEGORY="development"
6 SHORT_DESC="FAAC is an open source MPEG-4 and MPEG-2 AAC encoder devel files."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.audiocoding.com"
10 WANTED="faac"
12 DEPENDS="faac"
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 }