wok-next view 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
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 }