wok-next annotate liblinebreak/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
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 }