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