wok view libcdio-utils/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents cc496c8ab07e
children e98e0b9d9b66
line source
1 # SliTaz package receipt.
3 PACKAGE="libcdio-utils"
4 VERSION="0.83"
5 CATEGORY="multimedia"
6 SHORT_DESC="Utilities supplied with libcdio"
7 DEPENDS="libcddb libcdio ncurses"
8 MAINTAINER="rj.rohit@gmail.com"
9 LICENSE="GPL3"
10 WANTED="libcdio"
11 WEB_SITE="http://www.gnu.org/software/libcdio/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/bin $fs/usr
18 }