wok-next annotate 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
rev   line source
al@20464 1 # SliTaz package receipt v2.
yuripourre@16967 2
yuripourre@16967 3 PACKAGE="liblouis"
yuripourre@16967 4 VERSION="2.5.2-3"
yuripourre@16967 5 CATEGORY="utilities"
al@20464 6 SHORT_DESC="Open-source braille translator and back-translator"
yuripourre@16967 7 MAINTAINER="yuripourre@gmail.com"
al@20577 8 LICENSE="GPL3"
al@20464 9 WEB_SITE="https://code.google.com/p/liblouis/"
al@20464 10
yuripourre@16967 11 TARBALL="$PACKAGE-${VERSION:0:5}.tar.gz"
yuripourre@16967 12 WGET_URL="http://liblouis.googlecode.com/files/$TARBALL"
yuripourre@16967 13
yuripourre@16967 14 BUILD_DEPENDS="python-dev"
al@20464 15 SPLIT="liblouis-dev"
yuripourre@16967 16
al@20464 17 compile_rules() {
al@20464 18 ./configure \
al@20464 19 --disable-static \
yuripourre@16967 20 $CONFIGURE_ARGS &&
al@20577 21 fix libtool &&
yuripourre@16967 22 make &&
yuripourre@16967 23 make DESTDIR=$DESTDIR install
yuripourre@16967 24 }
yuripourre@16967 25
al@20464 26 genpkg_rules() {
al@20464 27 case $PACKAGE in
al@20464 28 liblouis)
al@20464 29 copy @std
al@20464 30 DEPENDS="glibc"
al@20464 31 SUGGESTED="help2man"
al@20464 32 ;;
al@20464 33 *-dev)
al@20464 34 copy @dev
al@20464 35 ;;
al@20464 36 esac
yuripourre@16967 37 }