SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "p7zip"

# SliTaz package receipt.

PACKAGE="p7zip"
VERSION="9.20.1"
CATEGORY="utilities"
SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)"
MAINTAINER="milka@konstelacioj.info"
TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2"
WEB_SITE="http://p7zip.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make 7zr
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $src/bin $fs/usr
}

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