wok-next view pmount/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 2b9f96603415
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pmount"
4 VERSION="0.9.23"
5 CATEGORY="system-tools"
6 SHORT_DESC="Mount arbitrary hotpluggable devices as normal user"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://pmount.alioth.debian.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://alioth.debian.org/frs/download.php/3310/$TARBALL"
14 BUILD_DEPENDS="util-linux-blkid-dev intltool"
16 compile_rules() {
17 sed -i 's/ -D / /' src/Makefile*
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="dbus hal sysfsutils"
28 CONFIG_FILES="/etc/pmount.allow"
29 }