wok-next view rarian/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 10df65db91ad
children 7506b35e1c6f
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="slaxemulator@gmail.com"
9 LICENSE="GPL2 LGPL2.1"
10 WEB_SITE="http://rarian.freedesktop.org/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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="rarian-dev"
19 compile_rules() {
20 ./configure \
21 --disable-static \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 rarian) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }