wok-next annotate reiser4progs/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents e3681453b45c
children d5aab818505e
rev   line source
slaxemulator@19740 1 # SliTaz package receipt v2.
pascal@1689 2
pascal@1689 3 PACKAGE="reiser4progs"
al@19816 4 VERSION="1.1.0"
pascal@1689 5 CATEGORY="system-tools"
al@19816 6 SHORT_DESC="Utilities for manipulating reiser4 file-system"
pascal@1689 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15021 8 LICENSE="GPL2"
al@19816 9 WEB_SITE="https://sourceforge.net/projects/reiser4/"
pascal@15021 10
al@19816 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19816 12 WGET_URL="$SF_MIRROR/reiser4/$TARBALL"
al@19816 13
al@19816 14 BUILD_DEPENDS="util-linux-uuid-dev readline-dev libaal-dev"
slaxemulator@19740 15 SPLIT="reiser4progs-dev"
pascal@1689 16
pascal@1689 17 # Rules to configure and make the package.
pascal@1689 18 compile_rules()
pascal@1689 19 {
al@19816 20 ./configure $CONFIGURE_ARGS && make && make install
pascal@1689 21 }
pascal@1689 22
pascal@1689 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1689 24 genpkg_rules()
pascal@1689 25 {
slaxemulator@19740 26 case $PACKAGE in
slaxemulator@19740 27 reiser4progs)
slaxemulator@19740 28 copy @std
al@19816 29 DEPENDS="libaal ncurses readline util-linux-uuid"
al@19816 30 TAGS="filesystem reiserfs"
slaxemulator@19740 31 ;;
al@19816 32 *-dev)
slaxemulator@19740 33 copy @dev
al@19816 34 DEPENDS="reiser4progs libaal-dev"
slaxemulator@19740 35 ;;
slaxemulator@19740 36 esac
pascal@1689 37 }