wok-6.x view libcdio-utils/receipt @ rev 18428
shutdown: add simple shutdown wrapper script for other tool compatibility
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Mon Sep 21 13:17:35 2015 +0000 (2015-09-21) |
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 }