wok-next annotate pmount/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents 10df65db91ad
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
pascal@1888 2
pascal@1888 3 PACKAGE="pmount"
slaxemulator@10249 4 VERSION="0.9.23"
pascal@1888 5 CATEGORY="system-tools"
al@20604 6 SHORT_DESC="Mount arbitrary hotpluggable devices as normal user"
pascal@1888 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://packages.debian.org/unstable/utils/pmount"
al@20604 10
slaxemulator@10249 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20906 12 WGET_URL="https://alioth-archive.debian.org/releases/pmount/pmount/$VERSION/$TARBALL"
pascal@14999 13
pankso@12481 14 BUILD_DEPENDS="util-linux-blkid-dev intltool"
pascal@1888 15
al@20604 16 compile_rules() {
pascal@1888 17 sed -i 's/ -D / /' src/Makefile*
al@20604 18
al@20604 19 ./configure $CONFIGURE_ARGS &&
al@20604 20 fix libtool &&
al@20604 21 make &&
al@20604 22 make install
pascal@1888 23 }
pascal@1888 24
al@20604 25 genpkg_rules() {
al@20604 26 copy @std
al@20604 27 DEPENDS="dbus hal sysfsutils"
al@20604 28 CONFIG_FILES="/etc/pmount.allow"
pascal@1888 29 }