wok-next annotate ijs/receipt @ rev 21375

updated mpd (0.17.2 -> 0.21.22)
author Hans-G?nter Theisgen
date Thu Apr 16 13:45:16 2020 +0100 (2020-04-16)
parents 0ec6086e21d6
children
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@21020 15 SPLIT="$PACKAGE-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 }