SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gdbm"

# SliTaz package receipt.

PACKAGE="gdbm"
VERSION="1.23"
CATEGORY="misc"
SHORT_DESC="GNU database indexing library."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://www.gnu.org/software/gdbm"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"

DEPENDS=""
BUILD_DEPENDS="readline-dev"
HOST_ARCH="i486 arm"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    sed -i -e 's/BINOWN = bin/BINOWN = root/' \
        -e 's/BINGRP = bin/BINGRP = root/' Makefile.in

    ./configure $CONFIGURE_ARGS &&
    make &&
    make install INSTALL_ROOT=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files    *.so*
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)