wok-next annotate 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
rev   line source
al@19753 1 # SliTaz package receipt v2.
devl547@5223 2
devl547@5223 3 PACKAGE="liblinebreak"
al@19753 4 VERSION="2.1"
al@19753 5 CATEGORY="libdevel"
devl547@5223 6 SHORT_DESC="Line breaking library"
devl547@5223 7 MAINTAINER="devl547@gmail.com"
pascal@15473 8 LICENSE="zlib/libpng"
al@19753 9 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
al@19753 10
devl547@5223 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19753 12 WGET_URL="$SF_MIRROR/vimgadgets/$PACKAGE/$TARBALL"
al@19753 13
al@19753 14 BUILD_DEPENDS="gfortran"
al@19753 15 SPLIT="liblinebreak-dev"
devl547@5223 16
devl547@5223 17 # Rules to configure and make the package.
devl547@5223 18 compile_rules()
devl547@5223 19 {
al@19753 20 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
devl547@5223 21 }
devl547@5223 22
devl547@5223 23 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5223 24 genpkg_rules()
devl547@5223 25 {
al@19753 26 case $PACKAGE in
al@19753 27 liblinebreak) copy @std;;
al@19753 28 *-dev) copy @dev;;
al@19753 29 esac
devl547@5223 30 }