wok-next view libaal/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 46d3691a4f80
children 228b9c951d97
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libaal"
4 VERSION="1.0.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Application abstraction library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://reiser4.wiki.kernel.org/index.php/Reiser4progs"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 #WGET_URL="http://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/$TARBALL" # historical, now empty
13 WGET_URL="$SF_MIRROR/reiser4/$TARBALL"
15 SPLIT="libaal-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libaal) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }