wok view libdvdread/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 7b3764f928eb
children eeba7ab1dffe
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
11 WGET_URL="${WEB_SITE}${TARBALL}"
13 BUILD_DEPENDS="libdvdcss-dev autoconf automake libtool"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 patch -Np1 -i $stuff/DVDFileStat.patch
20 ./autogen.sh $CONFIGURE_ARGS 2>&1 | grep -v /libtool &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }