wok-next view ogmrip/receipt @ rev 20825

perl-dbd-mysql: typo in $WGET_URL
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 14 01:06:23 2018 +0300 (2018-06-14)
parents d43bf7aae921
children d2950281f122
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ogmrip"
4 VERSION="0.13.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="Libraries and GTK2 interface for DVD ripping using mencoder"
7 MAINTAINER="fredericguilbault@live.ca"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://ogmrip.sourceforge.net/en/index.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev enca-dev libxml2-dev \
15 mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make -j1 DESTDIR=$DESTDIR install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl \
27 GConf"
28 }