wok-next view libaal/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 228b9c951d97
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libaal"
4 VERSION="1.0.7"
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="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libaal) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }