wok-next view pmount/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents 10df65db91ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pmount"
4 VERSION="0.9.23"
5 CATEGORY="system-tools"
6 SHORT_DESC="Mount arbitrary hotpluggable devices as normal user"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://packages.debian.org/unstable/utils/pmount"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://alioth-archive.debian.org/releases/pmount/pmount/$VERSION/$TARBALL"
14 BUILD_DEPENDS="util-linux-blkid-dev intltool"
16 compile_rules() {
17 sed -i 's/ -D / /' src/Makefile*
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="dbus hal sysfsutils"
28 CONFIG_FILES="/etc/pmount.allow"
29 }