wok-next view posixovl/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="posixovl"
4 VERSION="1.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="FUSE file system that provides POSIX functionality"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/posixovl/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 TARBALL_SHA1="c6b868f5a0b3ff0d316759214fe69dbd1fec694b"
15 BUILD_DEPENDS="fuse2-dev attr-dev"
16 DEPENDS="fuse2"
18 TAGS="filesystem"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install || return 1
25 cook_pick_manpages posixovl.1
26 cook_pick_docs format.txt
27 }