wok annotate desktop-file-utils/receipt @ rev 23317

updated perl-devel-checklib (1.13 -> 1.14)
author Hans-G?nter Theisgen
date Mon Mar 30 15:44:27 2020 +0100 (2020-03-30)
parents 65798b8406a3
children 7e911016a644
rev   line source
pankso@3150 1 # SliTaz package receipt.
pankso@3150 2
pankso@3150 3 PACKAGE="desktop-file-utils"
Hans-G?nter@22732 4 VERSION="0.24"
al@19540 5 CATEGORY="system-tools"
Hans-G?nter@22732 6 SHORT_DESC="Utilities for .desktop files (update-desktop-database)."
pankso@3150 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19540 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/"
Hans-G?nter@22732 10
monghitri@13971 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19540 12 WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL"
pankso@3150 13
al@19540 14 DEPENDS="glib glibc-base pcre"
Hans-G?nter@22732 15 BUILD_DEPENDS="glib-dev pkg-config"
Hans-G?nter@22732 16
al@19540 17 SPLIT="desktop-file-utils-extra"
pascal@15000 18
pankso@3150 19 # Rules to configure and make the package.
pankso@3150 20 compile_rules()
pankso@3150 21 {
Hans-G?nter@22732 22 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@22732 23 make &&
Hans-G?nter@22732 24 make install
pankso@3150 25 }
pankso@3150 26
pankso@3150 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3150 28 genpkg_rules()
pankso@3150 29 {
al@19540 30 cook_copy_files update-desktop-database
pankso@3150 31 }