wok-next annotate ijs/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 9b83ae3e9ce7
children d5aab818505e
rev   line source
al@19796 1 # SliTaz package receipt v2.
mojo@17839 2
mojo@17839 3 PACKAGE="ijs"
mojo@17839 4 VERSION="0.35"
mojo@17839 5 CATEGORY="office"
al@19681 6 SHORT_DESC="IJS (InkJet Server) API function"
mojo@17839 7 MAINTAINER="mojo@slitaz.org"
mojo@17839 8 LICENSE="GPL3"
al@19681 9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start"
al@19681 10
mojo@17839 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
mojo@17839 12 WGET_URL="https://www.openprinting.org/download/ijs/download/$TARBALL"
mojo@17839 13
al@19681 14 BUILD_DEPENDS="gfortran"
al@19796 15 SPLIT="ijs-dev"
mojo@17839 16
al@20575 17 compile_rules() {
mojo@17839 18 ./configure \
al@19681 19 --enable-shared \
al@19681 20 --disable-static \
al@19681 21 $CONFIGURE_ARGS &&
al@20575 22 fix libtool &&
al@20575 23 make &&
al@20575 24 make install
mojo@17839 25 }
mojo@17839 26
al@20575 27 genpkg_rules() {
al@19796 28 case $PACKAGE in
al@19796 29 ijs) copy @std;;
al@19796 30 *-dev) copy @dev;;
al@19796 31 esac
mojo@17839 32 }