wok-next annotate posixovl/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents d5aab818505e
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@10913 2
pascal@10913 3 PACKAGE="posixovl"
al@21086 4 VERSION="1.3"
pascal@10913 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="FUSE file system that provides POSIX functionality"
pascal@10913 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="GPL2"
al@19663 9 WEB_SITE="https://sourceforge.net/projects/posixovl/"
pascal@10913 10
al@19663 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19663 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@21086 13 TARBALL_SHA1="c6b868f5a0b3ff0d316759214fe69dbd1fec694b"
al@19663 14
al@21086 15 BUILD_DEPENDS="fuse2-dev attr-dev"
al@21086 16 DEPENDS="fuse2"
al@21086 17
al@21086 18 TAGS="filesystem"
pascal@10913 19
al@20443 20 compile_rules() {
al@21020 21 ./configure $CONFIGURE_ARGS &&
al@21020 22 make &&
al@21086 23 make install || return 1
al@21086 24
al@21086 25 cook_pick_manpages posixovl.1
al@21086 26 cook_pick_docs format.txt
pascal@10913 27 }