wok-next diff man-db/receipt @ rev 20128
Up celestia (1.6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 31 11:58:18 2017 +0100 (2017-10-31) |
parents | f1752c8b2a2a |
children | 90a5eb560fd6 |
line diff
1.1 --- a/man-db/receipt Fri Dec 30 02:04:27 2016 +0200 1.2 +++ b/man-db/receipt Tue Oct 31 11:58:18 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="man-db" 1.8 -VERSION="2.7.5" 1.9 +VERSION="2.7.6.1" 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="The on-line manual database" 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 @@ -11,9 +11,9 @@ 1.14 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WGET_URL="http://download.savannah.gnu.org/releases/man-db/$TARBALL" 1.16 1.17 -DEPENDS="gdbm libpipeline zlib" 1.18 BUILD_DEPENDS="groff bzip2-dev xz-dev gettext libpipeline-dev gdbm-dev \ 1.19 zlib-dev" 1.20 +SPLIT="man-db-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -34,6 +34,11 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cook_copy_folders bin libexec sbin 1.29 - cook_copy_files *.conf *.so* 1.30 + case $PACKAGE in 1.31 + man-db) 1.32 + copy @std 1.33 + DEPENDS="gdbm libpipeline zlib" 1.34 + ;; 1.35 + *-dev) copy @dev;; 1.36 + esac 1.37 }