wok annotate libdvdread/receipt @ rev 21173

updated libestr and libestr-dev (0.1.10 -> 0.1.11)
author Hans-G?nter Theisgen
date Mon Apr 01 16:14:06 2019 +0100 (2019-04-01)
parents eeba7ab1dffe
children e5a210b88da0
rev   line source
erjo@621 1 # SliTaz package receipt.
erjo@621 2
erjo@621 3 PACKAGE="libdvdread"
Hans-G?nter@21171 4 VERSION="6.0.1"
erjo@621 5 CATEGORY="system-tools"
Hans-G?nter@21171 6 SHORT_DESC="Library for reading DVDs."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15154 8 LICENSE="GPL2"
Hans-G?nter@21171 9 WEB_SITE="http://dvdnav.mplayerhq.hu/"
Hans-G?nter@21171 10
slaxemulator@10547 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
Hans-G?nter@21171 12 WGET_URL="https://downloads.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL"
erjo@621 13
Hans-G?nter@21171 14 BUILD_DEPENDS="libdvdcss-dev libtool"
pascal@15154 15
erjo@621 16 # Rules to configure and make the package.
erjo@621 17 compile_rules()
erjo@621 18 {
Hans-G?nter@21171 19 # patch -Np1 -i $stuff/DVDFileStat.patch
Hans-G?nter@21171 20 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21171 21 make -j 1 &&
Hans-G?nter@21171 22 make install
erjo@621 23 }
erjo@621 24
erjo@621 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@621 26 genpkg_rules()
erjo@621 27 {
erjo@621 28 mkdir -p $fs/usr/lib
pascal@15154 29 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@621 30 }