wok-6.x view cdrdao-utils/receipt @ rev 18660
Add python-opengl
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Dec 03 15:21:43 2015 -0200 (2015-12-03) |
parents | 32cde9ab5311 |
children | c86e41198e76 |
line source
1 # SliTaz package receipt
3 PACKAGE="cdrdao-utils"
4 VERSION="1.2.3"
5 CATEGORY="multimedia"
6 SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="cdrdao"
10 WEB_SITE="http://downloads.sourceforge.net/$PACKAGE"
12 DEPENDS="lame libao libmad libogg libvorbis"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/ $fs/usr
19 rm $fs/usr/bin/cdrdao
20 }