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

updated cd-discid (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Wed Feb 13 17:00:50 2019 +0100 (2019-02-13)
parents c9e270dd464f
children c1575d842c72
rev   line source
pankso@3150 1 # SliTaz package receipt.
pankso@3150 2
pankso@3150 3 PACKAGE="desktop-file-utils"
al@19540 4 VERSION="0.23"
al@19540 5 CATEGORY="system-tools"
al@17992 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/"
monghitri@13971 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19540 11 WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL"
pankso@3150 12
al@19540 13 DEPENDS="glib glibc-base pcre"
pascal@15000 14 BUILD_DEPENDS="pkg-config glib-dev"
al@19540 15 SPLIT="desktop-file-utils-extra"
pascal@15000 16
pankso@3150 17 # Rules to configure and make the package.
pankso@3150 18 compile_rules()
pankso@3150 19 {
al@19540 20 ./configure $CONFIGURE_ARGS && make && make install
pankso@3150 21 }
pankso@3150 22
pankso@3150 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3150 24 genpkg_rules()
pankso@3150 25 {
al@19540 26 cook_copy_files update-desktop-database
pankso@3150 27 }