wok view v4l4j/receipt @ rev 17713

Up libmatemixer-dev wrong dir
author Yuri Pourre <yuripourre@gmail.com>
date Wed Mar 04 00:19:44 2015 -0300 (2015-03-04)
parents e8f651cdb2c6
children 2e9aae8cdb9b
line source
1 # SliTaz package receipt.
3 PACKAGE="v4l4j"
4 VERSION="0.9.1"
5 CATEGORY="development"
6 SHORT_DESC="v4l4j is a java JNI wrapper to access the Video4Linux API."
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://code.google.com/p/v4l4j/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://v4l4j.googlecode.com/files/$TARBALL"
13 DEPENDS="libv4l jpeg"
14 BUILD_DEPENDS="libv4l-dev jpeg-dev apache-ant java-jdk"
16 compile_rules()
17 {
18 export JAVA_HOME=/usr/lib/jvm/java-icedtea/
19 ant clean all
20 ant -Ddestdir=$install install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 #Remove logo images
28 rm -rf $fs/usr/share/pixmaps/
29 }