wok-next diff attr/receipt @ rev 19901

Tiny edits: fbterm, gperiodic; up: arpack-ng, libdesktop-agnostic.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 12 17:01:04 2017 +0300 (2017-10-12)
parents 8da249b2c8d7
children 90a5eb560fd6
line diff
     1.1 --- a/attr/receipt	Fri Dec 23 03:55:33 2016 +0200
     1.2 +++ b/attr/receipt	Thu Oct 12 17:01:04 2017 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="attr"
     1.8  VERSION="2.4.47"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes."
    1.11 +SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes"
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://savannah.nongnu.org/projects/attr"
    1.15 @@ -12,13 +12,9 @@
    1.16  TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    1.17  WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="glibc-base"
    1.20  BUILD_DEPENDS="autoconf automake m4 libtool gettext coreutils-operations"
    1.21 -
    1.22 -# When cross compiling auto-tools, gettext and m4 build system are used.
    1.23 -case "$ARCH" in
    1.24 -	arm) BUILD_DEPENDS="" ;;
    1.25 -esac
    1.26 +BUILD_DEPENDS_arm=" "
    1.27 +SPLIT="attr-dev"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31 @@ -44,6 +40,8 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	cook_copy_folders bin
    1.36 -	cook_copy_files *.so*
    1.37 +	case $PACKAGE in
    1.38 +		attr) copy @std ;;
    1.39 +		attr-dev) copy @dev ;;
    1.40 +	esac
    1.41  }