wok-next view libcdio-utils/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents a3d675137a36
children 7f37d33e799b
line source
1 # SliTaz package receipt.
3 PACKAGE="libcdio-utils"
4 VERSION="0.82"
5 CATEGORY="multimedia"
6 SHORT_DESC="Utilities supplied with libcdio"
7 DEPENDS="libcddb libcdio ncurses"
8 MAINTAINER="rj.rohit@gmail.com"
9 WANTED="libcdio"
10 WEB_SITE="http://www.gnu.org/software/libcdio/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }