wok-next view devede/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 08fc63cf36a6
children 900f439ea346
line source
1 # SliTaz package receipt.
3 PACKAGE="devede"
4 VERSION="3.16.9"
5 CATEGORY="multimedia"
6 SHORT_DESC="A program to create VideoDVDs and CDs"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager"
9 BUILD_DEPENDS="pygtk-dev vcdimager-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.rastersoft.com/programas/devede.html"
12 WGET_URL="http://www.rastersoft.com/descargas/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
19 ./install.sh --DESTDIR=$PWD/_pkg \
20 --prefix=/usr \
21 --unistall=no \
22 --targeted=yes
24 mkdir -p $PWD/_pkg/usr/share/applications
25 cp -a $PACKAGE.desktop $PWD/_pkg/usr/share/applications/$PACKAGE.desktop
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/lib $fs/usr
34 cp -a $_pkg/usr/share/applications $fs/usr/share
35 cp -a $_pkg/usr/share/devede $fs/usr/share
36 }