wok-next view liblinebreak/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
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 }