2014-09-25 08:54:44 +00:00
|
|
|
# Template file for 'pmount'
|
|
|
|
pkgname=pmount
|
|
|
|
version=0.9.23
|
2014-09-25 09:04:54 +00:00
|
|
|
revision=2
|
|
|
|
conf_files="/etc/pmount.allow"
|
2014-09-25 08:54:44 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Permits normal users to mount removable devices"
|
|
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
|
|
license="GPL"
|
|
|
|
hostmakedepends="intltool"
|
|
|
|
makedepends="libblkid-devel"
|
|
|
|
homepage="http://pmount.alioth.debian.org/"
|
|
|
|
distfiles="http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
|
|
|
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
|
|
|
configure_args="--with-cryptsetup-prog=/usr/sbin/cryptsetup"
|
|
|
|
|
|
|
|
pre_configure() {
|
2014-09-25 09:04:54 +00:00
|
|
|
sed -i -e 's/-o root -g root //' src/Makefile.in
|
2014-09-25 08:54:44 +00:00
|
|
|
}
|