wok-next view udevil/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e96c2053ccb9
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="udevil"
4 VERSION="0.4.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Mount without password"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://ignorantguru.github.io/udevil/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://raw.githubusercontent.com/IgnorantGuru/udevil/pkg/$VERSION/$TARBALL"
14 BUILD_DEPENDS="intltool eudev-dev"
16 compile_rules() {
17 ./configure \
18 --disable-systemd \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make && make install || return 1
23 # Must be suid root
24 chmod +s $install/usr/bin/udevil
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="eudev glib acl"
30 SUGGESTED="util-linux-mount util-linux-misc"
31 }