wok-next diff python-numpy/receipt @ rev 20418
Add mdiedit, xlunch
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 10 17:32:40 2018 +0200 (2018-01-10) |
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 Wed Jan 10 17:32:40 2018 +0200 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 -}