wok rev 16362
Add flxine (FLTK video player using xine lib)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 23:50:12 2014 +0200 (2014-04-13) |
parents | 5e2a0043db11 |
children | be5062aa0a72 |
files | flxine/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/flxine/receipt Sun Apr 13 23:50:12 2014 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKAGE="flxine" 1.7 +VERSION="0.6.10" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="FLTK Xine frontend" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +TARBALL="$PACKAGE-fltk13-source-$VERSION.tgz" 1.13 +WEB_SITE="http://home.arcor.de/szukw000/english_index.html" 1.14 +WGET_URL="http://home.arcor.de/szukw000/$TARBALL" 1.15 +HOST_ARCH="i486 arm" 1.16 + 1.17 +DEPENDS="fltk xine-lib" 1.18 +BUILD_DEPENDS="fltk-dev xine-lib-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./bootstrap.sh && 1.24 + ./configure $CONFIGURE_ARGS && 1.25 + make && make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs/usr 1.32 + cp -a $install/usr/bin $fs/usr 1.33 +}