wok-next view pmount/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 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 }