wok diff desktop-file-utils/receipt @ rev 21115
libaio: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 19 18:51:13 2019 +0100 (2019-03-19) |
parents | c9e270dd464f |
children | c1575d842c72 |
line diff
1.1 --- a/desktop-file-utils/receipt Thu Apr 23 16:47:39 2015 +0300 1.2 +++ b/desktop-file-utils/receipt Tue Mar 19 18:51:13 2019 +0100 1.3 @@ -1,30 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="desktop-file-utils" 1.7 -VERSION="0.21" 1.8 -CATEGORY="x-window" 1.9 +VERSION="0.23" 1.10 +CATEGORY="system-tools" 1.11 SHORT_DESC="Utilities for .desktop files (update-desktop-database)" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/" 1.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 -WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils" 1.17 -WGET_URL="http://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" 1.18 +WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" 1.19 1.20 -DEPENDS="glib" 1.21 +DEPENDS="glib glibc-base pcre" 1.22 BUILD_DEPENDS="pkg-config glib-dev" 1.23 +SPLIT="desktop-file-utils-extra" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure \ 1.29 - --prefix=/usr \ 1.30 - $CONFIGURE_ARGS && 1.31 - make DESTDIR=$DESTDIR install 1.32 + ./configure $CONFIGURE_ARGS && make && make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p $fs/usr/bin 1.39 - cp $install/usr/bin/update-desktop-database $fs/usr/bin 1.40 + cook_copy_files update-desktop-database 1.41 }