wok view libtaz/receipt @ rev 8837

Fixed taglib for new mixxx. Up: mixxx to 1.9.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 11:45:20 2011 +0000 (2011-02-24)
parents bab72c1080b0
children 051b9519756a
line source
1 # SliTaz package receipt.
3 PACKAGE="libtaz"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz generic library."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 TAGS="slitaz"
10 CONFIG_FILES="/etc/slitaz/slitaz.conf"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/slitaz/web \
16 $fs/usr/lib/slitaz $fs/etc/slitaz
17 cp -a $stuff/libtaz $fs/usr/lib/slitaz
18 cp -a $stuff/libtaz-modules $fs/usr/lib/slitaz
19 cp -a $stuff/slitaz.conf $fs/etc/slitaz
20 cp -a $stuff/web $fs/usr/share/slitaz
21 }