wok-next view liblinebreak/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents 8f447cf2eee5
children 25deb7c6df08
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liblinebreak"
4 VERSION="2.1"
5 CATEGORY="libdevel"
6 SHORT_DESC="Line breaking library"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/vimgadgets/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gfortran"
15 SPLIT="liblinebreak-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 liblinebreak) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }