wok-next annotate lsdvd/receipt @ rev 20366

Add ytnef for claws-mail; update claws-mail, also move it to using webkitgtk (just outdated, because it's authors claims it switching to WebKit2 GTK) instead of libwebkit (very outdated version of the same WebKit GTK); update surf, also moved to webkitgtk; add surf2 used webkit2gtk; update get-palemoon. claws-mail-extras and claws-mail-perl moved to claws-mail receipt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 24 14:48:02 2017 +0200 (2017-11-24)
parents 2a5cc8208d36
children d6378d455338
rev   line source
erjo@621 1 # SliTaz package receipt.
erjo@621 2
erjo@621 3 PACKAGE="lsdvd"
erjo@621 4 VERSION="0.16"
erjo@621 5 CATEGORY="system-tools"
erjo@621 6 SHORT_DESC="A console application that displays the content of a DVD."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
erjo@621 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@621 10 WEB_SITE="http://untrepid.com/acidrip/lsdvd.html"
slaxemulator@10137 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@621 12
pascal@15379 13 DEPENDS="libdvdread"
pascal@15616 14 BUILD_DEPENDS="libdvdread-dev automake"
pascal@15379 15
erjo@621 16 # Rules to configure and make the package.
erjo@621 17 compile_rules()
erjo@621 18 {
erjo@621 19 cd $src
pascal@1553 20 [ -f done.lsdvd-0.16-configure.patch ] ||
slaxemulator@9692 21 patch -p1 -i $stuff/lsdvd-0.16-configure.patch
pascal@1553 22 touch done.lsdvd-0.16-configure.patch
slaxemulator@10137 23 ./configure $CONFIGURE_ARGS &&
slaxemulator@10137 24 make && make install
erjo@621 25 }
erjo@621 26
erjo@621 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@621 28 genpkg_rules()
erjo@621 29 {
erjo@621 30 mkdir -p $fs/usr
pascal@15379 31 cp -a $install/usr/bin $fs/usr
erjo@621 32 }
erjo@621 33