SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "hal-cups-utils"

# SliTaz package receipt.

PACKAGE="hal-cups-utils"
VERSION="0.6.19"
CATEGORY="system-tools"
MAINTAINER="jozee@slitaz.org"
LICENSE="GPL2"
SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
WEB_SITE="https://web.archive.org/web/20160216010153/http://fedorahosted.org/hal-cups-utils/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://web.archive.org/web/20150801122745if_/https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL"
TAGS=""

DEPENDS="hal dbus dbus-glib cups"
BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev wget"

# Rules to configure and make the package.

compile_rules() {
    cd $src
    ./configure \
    --libexecdir=/usr/lib/hal/scripts/ &&
    make && make install
}
    
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/lib $fs/usr
    cp -a $install/usr/share $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)