wok-next view libdvdread/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents c3a368c0cddb
children d6378d455338
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}${TARBALL}"
14 BUILD_DEPENDS="libdvdcss-dev autoconf automake libtool"
15 SPLIT="libdvdread-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules() {
19 patch -Np1 -i $stuff/DVDFileStat.patch
21 ./autogen.sh \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 libdvdread) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }