wok-next view v4l4j/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="v4l4j"
4 VERSION="0.9.1"
5 CATEGORY="development"
6 SHORT_DESC="Java JNI wrapper to access the Video4Linux API"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://code.google.com/archive/p/v4l4j"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://github.com/yuripourre/v4l4j/releases/download/v0.9.1/$TARBALL"
14 BUILD_DEPENDS="v4l-utils-dev jpeg-dev apache-ant icedtea6-jdk"
16 compile_rules() {
17 export JAVA_HOME=/usr/lib/jvm/java-icedtea/
18 ant clean all
19 ant -Ddestdir=$install install
20 }
22 genpkg_rules() {
23 cp -a $install/usr $fs
24 #Remove logo images
25 rm -rf $fs/usr/share/pixmaps/
26 DEPENDS="v4l-utils jpeg icedtea6-jre"
27 TAGS="java"
28 }