wok view libdvdread/receipt @ rev 10317

efreet: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 23:54:51 2011 +0000 (2011-05-21)
parents a075ff895254
children bcbb325b65ed
line source
1 # SliTaz package receipt.
3 PACKAGE="libdvdread"
4 VERSION="4.1.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Librairy for reading DVDs"
7 MAINTAINER="erjo@slitaz.org"
8 BUILD_DEPENDS="libdvdcss-dev"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
11 WGET_URL="${WEB_SITE}${TARBALL}"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 patch -Np1 -i $stuff/DVDFileStat.patch
18 ./autogen.sh && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
26 }