aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/udevil/template
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-09-08 19:08:10 +0000
committerJuan RP <xtraeme@gmail.com>2014-09-08 19:08:10 +0000
commite43667c22aed44e7adc124c5f73a646c2de7ea15 (patch)
tree2ff091ddd95e0efa6e07a25058d36b95407d7999 /srcpkgs/udevil/template
parent7c506c8f63ebdb8430d9f559bbb86f6210d40ddd (diff)
downloadvoid-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.tar
void-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.tar.gz
void-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.tar.bz2
void-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.tar.lz
void-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.tar.xz
void-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.tar.zst
void-packages-e43667c22aed44e7adc124c5f73a646c2de7ea15.zip
udevil: update to 0.4.3.
Diffstat (limited to '')
-rw-r--r--srcpkgs/udevil/template10
1 files changed, 6 insertions, 4 deletions
diff --git a/srcpkgs/udevil/template b/srcpkgs/udevil/template
index f317a27acab..fd8e54ae9c0 100644
--- a/srcpkgs/udevil/template
+++ b/srcpkgs/udevil/template
@@ -1,17 +1,19 @@
# Template file for 'udevil'
pkgname=udevil
-version=0.4.1
-revision=2
+version=0.4.3
+revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
+configure_args="--with-mount-prog=mount --with-umount-prog=umount
+ --with-losetup-prog=losetup --with-setfacl-prog=setfacl"
makedepends="libglib-devel libudev-devel"
conf_files="/etc/udevil/udevil.conf"
short_desc="CLI which mounts and unmounts removable devices without a password"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://ignorantguru.github.io/udevil/"
-distfiles="https://github.com/IgnorantGuru/udevil/archive/0.4.1.tar.gz"
-checksum=fc76b300437c5d491c5f8a6eac467ae9a8fdbe681d0915a369ef1dc74af362db
+distfiles="https://github.com/IgnorantGuru/udevil/archive/${version}.tar.gz"
+checksum=c49d2644baf87182c160550d708f75fe1253a2ceb749148e9148d7f1cfbc6209
post_install() {
# Drop useless conf.d/devmon file.