SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gpa"

# SliTaz package receipt.

PACKAGE="gpa"
VERSION="0.9.0"
CATEGORY="security"
SHORT_DESC="Gnu Privacy Assistant"
MAINTAINER="erjo@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.gnupg.org/"
WGET_URL="http://wald.intevation.org/frs/download.php/603/$TARBALL"

DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage pinentry-gtk"
BUILD_DEPENDS="gnupg autoconf automake gpgme-dev libgpg-error-dev libassuan-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    patch -p0 < $stuff/gpa-0.9.0-libassuan2.patch &&
    autoreconf &&
    ./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/usr/bin $fs/usr
    cp -a $_pkg/usr/share/applications $fs/usr/share
    cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    
}

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