wok view libdvdread/receipt @ rev 10741

mtpaint: fix $stuff path for custom icons
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 01:25:26 2011 +0200 (2011-05-30)
parents 277fa3378fa7
children 8c4ca972ab3c
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.bz2"
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 }