wok view sox-dev/receipt @ rev 17935
syslinux (tiny edits)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Apr 13 19:10:05 2015 +0100 (2015-04-13) |
parents | 1040bd60b471 |
children | 28c0d31f1850 |
line source
1 # SliTaz package receipt.
3 PACKAGE="sox-dev"
4 VERSION="14.3.2"
5 CATEGORY="development"
6 SHORT_DESC="Swiss Army knife of sound processing programs development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL LGPL"
9 WEB_SITE="http://sox.sourceforge.net/"
10 HOST_ARCH="i486 arm"
12 WANTED="sox"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/sox
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 #cp -a $install/usr/lib/sox/*a $fs/usr/lib
21 }