wok-next diff ijs/receipt @ rev 19682
Up at-spi2-atk, at-spi2-core, atk, atkmm, glibmm, gobject-introspection, libgiomm, libsigc++
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 10 00:21:34 2017 +0300 (2017-04-10) |
parents | d1cd4ce1c286 |
children | f463de72afe3 |
line diff
1.1 --- a/ijs/receipt Mon Mar 23 17:00:05 2015 -0400 1.2 +++ b/ijs/receipt Mon Apr 10 00:21:34 2017 +0300 1.3 @@ -3,31 +3,30 @@ 1.4 PACKAGE="ijs" 1.5 VERSION="0.35" 1.6 CATEGORY="office" 1.7 -SHORT_DESC="IJS API function" 1.8 +SHORT_DESC="IJS (InkJet Server) API function" 1.9 MAINTAINER="mojo@slitaz.org" 1.10 LICENSE="GPL3" 1.11 -WEB_SITE="http://openprinting.org" 1.12 +WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WGET_URL="https://www.openprinting.org/download/ijs/download/$TARBALL" 1.16 1.17 -DEPENDS="" 1.18 -BUILD_DEPENDS="wget" 1.19 +BUILD_DEPENDS="gfortran" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 ./configure \ 1.25 - --prefix=/usr \ 1.26 - --mandir=/usr/share/man \ 1.27 - --enable-shared \ 1.28 - --disable-static \ 1.29 - $CONFIGURE_ARGS && make && make install 1.30 + --enable-shared \ 1.31 + --disable-static \ 1.32 + $CONFIGURE_ARGS && 1.33 + make && make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - mkdir -p $fs/usr/lib 1.40 - cp -a $install/usr/bin $fs/usr 1.41 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.42 + cook_copy_folders bin 1.43 + cook_copy_files *.so* 1.44 + rm $fs/usr/bin/ijs-config 1.45 }