wok-next view v4l4j/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }