wok view libshout-dev/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libshout-dev"
4 VERSION="2.2.2"
5 CATEGORY="development"
6 SHORT_DESC="libshout development files"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libshout"
9 WANTED="libshout"
10 WEB_SITE="http://www.icecast.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }