wok-next view liblouis/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 4396aed7eb01
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liblouis"
4 VERSION="2.5.2-3"
5 CATEGORY="utilities"
6 SHORT_DESC="Open-source braille translator and back-translator"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://code.google.com/p/liblouis/"
11 TARBALL="$PACKAGE-${VERSION:0:5}.tar.gz"
12 WGET_URL="http://liblouis.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="python-dev"
15 SPLIT="liblouis-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 liblouis)
29 copy @std
30 DEPENDS="glibc"
31 SUGGESTED="help2man"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }