wok annotate lsdvd/receipt @ rev 23742

updated xapian and xapian-dev (1.4.13 -> 1.4.15)
author Hans-G?nter Theisgen
date Fri May 01 13:17:09 2020 +0100 (2020-05-01)
parents eeba7ab1dffe
children 65d7d867e0c1
rev   line source
erjo@621 1 # SliTaz package receipt.
erjo@621 2
erjo@621 3 PACKAGE="lsdvd"
Hans-G?nter@23142 4 VERSION="0.17"
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"
Hans-G?nter@23142 9 WEB_SITE="https://sourceforge.net/projects/lsdvd/"
Hans-G?nter@23142 10
erjo@621 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@10137 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@621 13
pascal@15379 14 DEPENDS="libdvdread"
Hans-G?nter@23142 15 BUILD_DEPENDS="automake libdvdread-dev"
pascal@15379 16
erjo@621 17 # Rules to configure and make the package.
erjo@621 18 compile_rules()
erjo@621 19 {
Hans-G?nter@23142 20 # cd $src
Hans-G?nter@23142 21 # 0.17 no longer needed
Hans-G?nter@23142 22 # [ -f done.lsdvd-0.16-configure.patch ] ||
Hans-G?nter@23142 23 # patch -p1 -i $stuff/lsdvd-0.16-configure.patch
Hans-G?nter@23142 24 # touch done.lsdvd-0.16-configure.patch
Hans-G?nter@23142 25
slaxemulator@10137 26 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@23142 27 make &&
Hans-G?nter@23142 28 make install
erjo@621 29 }
erjo@621 30
erjo@621 31 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@621 32 genpkg_rules()
erjo@621 33 {
erjo@621 34 mkdir -p $fs/usr
Hans-G?nter@23142 35 cp -a $install/usr/bin $fs/usr
erjo@621 36 }
erjo@621 37