wok-next annotate lsdvd/receipt @ rev 20839

p11-kit: upgrade 0.23.8 (2017 Aug) -> 0.23.12
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 07:32:40 2018 +0000 (2018-06-20)
parents fd22b033a84a
children 8e1b2a143eb3
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 {
slaxemulator@10137 19 ./configure $CONFIGURE_ARGS &&
slaxemulator@10137 20 make && make install
erjo@621 21 }
erjo@621 22
erjo@621 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@621 24 genpkg_rules()
erjo@621 25 {
erjo@621 26 mkdir -p $fs/usr
pascal@15379 27 cp -a $install/usr/bin $fs/usr
erjo@621 28 }
erjo@621 29