SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pmount"

# SliTaz package receipt.

PACKAGE="pmount"
VERSION="0.9.23"
CATEGORY="system-tools"
SHORT_DESC="Mount arbitrary hotpluggable devices as normal user."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://pmount.alioth.debian.org/"
WGET_URL="http://alioth.debian.org/frs/download.php/3310/$TARBALL"
DEPENDS="dbus hal sysfsutils"
BUILD_DEPENDS="util-linux-ng-blkid-dev intltool"
CONFIG_FILES="/etc/pmount.allow"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    sed -i 's/ -D / /' src/Makefile*
    ./configure $CONFIGURE_ARGS && 
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/locale
    cp -a $_pkg/etc $fs
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    cp -a $_pkg/usr/share/locale/de $fs/usr/share/locale
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)