mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
New package: pmount-0.9.23
This commit is contained in:
parent
78853cfca6
commit
9b90ba3651
1 changed files with 19 additions and 0 deletions
19
srcpkgs/pmount/template
Normal file
19
srcpkgs/pmount/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'pmount'
|
||||||
|
pkgname=pmount
|
||||||
|
version=0.9.23
|
||||||
|
revision=1
|
||||||
|
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() {
|
||||||
|
sed -i -e 's/-o root -g root //' \
|
||||||
|
src/Makefile.am src/Makefile.in
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue