wok-6.x rev 7577
Add ogmrip. Liraries and GTK2 interface for DVD ripping using mencoder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 09 14:25:07 2010 +0000 (2010-12-09) |
parents | 6830dbf75e04 |
children | a8538bcee85b |
files | ogmrip/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ogmrip/receipt Thu Dec 09 14:25:07 2010 +0000 1.3 @@ -0,0 +1,34 @@ 1.4 + 1.5 +PACKAGE="ogmrip" 1.6 +VERSION="0.13.6" 1.7 +CATEGORY="multimedia" 1.8 +SHORT_DESC="Libraries and GTK2 interface for DVD ripping using mencoder." 1.9 +WEB_SITE="http://ogmrip.sourceforge.net/en/index.html" 1.10 +MAINTAINER="fredericguilbault@live.ca" 1.11 +DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl GConf" 1.12 +BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev libgio-dev enca-dev libxml2-dev mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev pkg-config" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 +CONFIG_FILES=" " 1.16 + 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS 1.21 + make 1.22 + make DESTDIR=$PWD/_pkg install 1.23 +} 1.24 + 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/lib $fs/usr/share 1.28 + 1.29 + cp -a $_pkg/usr/bin $fs/usr 1.30 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.31 + cp -a $_pkg/usr/share/ogmrip $fs/usr/share 1.32 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.33 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.34 + cp -a $_pkg/usr/lib/ogmrip $fs/usr/lib 1.35 + find $fs/usr/lib/ogmrip -name "*.*a" -type f -delete 1.36 + cp -a $_pkg/etc $fs 1.37 +} 1.38 \ No newline at end of file