wok-next annotate ijs/receipt @ rev 21065
Rebuild python3 with libffi
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 06 12:00:02 2018 +0200 (2018-12-06) |
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 } |