SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fpm2"

# SliTaz package receipt.

PACKAGE="fpm2"
VERSION="0.76.1"
CATEGORY="utilities"
SHORT_DESC="Password manager."
DEPENDS="expat gtk+ libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite \
xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
xorg-libXrandr xorg-libXrender xorg-libXdamage"
BUILD_DEPENDS="gtk+-dev libxml2-dev"
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://als.regnet.cz/fpm2/"
WGET_URL="http://als.regnet.cz/fpm2/download/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --mandir=/usr/share/man &&
    make &&
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)