wok-next annotate v4l4j/receipt @ rev 21504
updated atftp (0.7.1 -> 0.7.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 07:32:57 2020 +0100 (2020-06-19) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
yuripourre@16839 | 1 # SliTaz package receipt. |
yuripourre@16839 | 2 |
yuripourre@16839 | 3 PACKAGE="v4l4j" |
yuripourre@16839 | 4 VERSION="0.9.1" |
yuripourre@16839 | 5 CATEGORY="development" |
al@21020 | 6 SHORT_DESC="Java JNI wrapper to access the Video4Linux API" |
yuripourre@16839 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16839 | 8 LICENSE="GPL3" |
al@21033 | 9 WEB_SITE="https://code.google.com/archive/p/v4l4j" |
al@21020 | 10 |
yuripourre@18377 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
yuripourre@18377 | 12 WGET_URL="https://github.com/yuripourre/v4l4j/releases/download/v0.9.1/$TARBALL" |
yuripourre@16839 | 13 |
al@20604 | 14 BUILD_DEPENDS="v4l-utils-dev jpeg-dev apache-ant icedtea6-jdk" |
yuripourre@16839 | 15 |
al@21020 | 16 compile_rules() { |
yuripourre@16839 | 17 export JAVA_HOME=/usr/lib/jvm/java-icedtea/ |
yuripourre@16839 | 18 ant clean all |
yuripourre@16839 | 19 ant -Ddestdir=$install install |
yuripourre@16839 | 20 } |
yuripourre@16839 | 21 |
al@21020 | 22 genpkg_rules() { |
yuripourre@16839 | 23 cp -a $install/usr $fs |
yuripourre@16842 | 24 #Remove logo images |
yuripourre@16842 | 25 rm -rf $fs/usr/share/pixmaps/ |
al@21020 | 26 DEPENDS="v4l-utils jpeg icedtea6-jre" |
al@21020 | 27 TAGS="java" |
yuripourre@16839 | 28 } |