wok view lsdvd/receipt @ rev 1075

iAdd: boost, boost-dev prepare for inkscape 0.46.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 16 14:24:02 2008 +0200 (2008-07-16)
parents 6a9428a46323
children 65d3dfc87776
line source
1 # SliTaz package receipt.
3 PACKAGE="lsdvd"
4 VERSION="0.16"
5 CATEGORY="system-tools"
6 SHORT_DESC="A console application that displays the content of a DVD."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libdvdread"
9 BUILD_DEPENDS="libdvdread-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://untrepid.com/acidrip/lsdvd.html"
12 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/lsdvd/$TARBALL
13 http://puzzle.dl.sourceforge.net/sourceforge/lsdvd/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 patch -p1 -i ../stuff/lsdvd-0.16-configure.patch
20 ./configure --prefix=/usr $CONFIGURE_ARGS
21 make
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 strip -s $fs/usr/bin/*
31 }