wok-next view rarian/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rarian"
4 VERSION="0.8.1"
5 CATEGORY="misc"
6 SHORT_DESC="Documentation meta-data library, designed as a replacement for \
7 Scrollkeeper"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2 LGPL2.1"
10 WEB_SITE="https://rarian.freedesktop.org/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/rarian.html"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
16 BUILD_DEPENDS="gfortran libxslt-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure \
21 --disable-static \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make DESTDIR=$install install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 rarian) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }