wok-next diff python-numpy/receipt @ rev 19957

Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 16 22:34:14 2017 +0300 (2017-10-16)
parents 9e01bc6321ea
children 0e7893ac206d
line diff
     1.1 --- a/python-numpy/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/python-numpy/receipt	Mon Oct 16 22:34:14 2017 +0300
     1.3 @@ -4,11 +4,12 @@
     1.4  SOURCE="numpy"
     1.5  VERSION="1.10.1"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="scientific computing library for the Python."
     1.8 +SHORT_DESC="Scientific computing library for the Python"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="BSD"
    1.11 +WEB_SITE="http://numpy.scipy.org/"
    1.12 +
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://numpy.scipy.org/"
    1.15  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.16  
    1.17  DEPENDS="python"
    1.18 @@ -26,12 +27,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $install/usr $fs
    1.23 +	copy @std @dev
    1.24  }
    1.25 -
    1.26 -# Remove old package.
    1.27 -post_install()
    1.28 -{
    1.29 -	[ ! -d "$1/var/lib/tazpkg/installed/numpy" ] ||
    1.30 -	rm -rf "$1/var/lib/tazpkg/installed/numpy"
    1.31 -}