wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ijs"
4 VERSION="0.35"
5 CATEGORY="office"
6 SHORT_DESC="IJS (InkJet Server) API function"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://www.openprinting.org/download/ijs/download/$TARBALL"
14 BUILD_DEPENDS="gfortran"
15 SPLIT="ijs-dev"
17 compile_rules() {
18 ./configure \
19 --enable-shared \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 ijs) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }