wok-6.x annotate ranger/receipt @ rev 23660
updated spacefm (0.9.4 -> 1.0.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 24 06:18:34 2020 +0100 (2020-04-24) |
parents | ec8b6053414d |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@11564 | 1 # SliTaz package receipt. |
pascal@11564 | 2 |
pascal@11564 | 3 PACKAGE="ranger" |
Hans-G?nter@23606 | 4 VERSION="1.9.3" |
pascal@11564 | 5 CATEGORY="utilities" |
Hans-G?nter@21828 | 6 TAGS="file-manager" |
pascal@11564 | 7 SHORT_DESC="File manager." |
pascal@11564 | 8 MAINTAINER="paul@slitaz.org" |
pascal@14999 | 9 LICENSE="GPL3" |
Hans-G?nter@21828 | 10 WEB_SITE="https://ranger.github.io/" |
Hans-G?nter@21828 | 11 |
pascal@11564 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21828 | 13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" |
pascal@11564 | 14 |
pascal@14999 | 15 DEPENDS="python" |
pascal@14999 | 16 BUILD_DEPENDS="python python-dev" |
pascal@14999 | 17 |
pascal@11564 | 18 # Rules to configure and make the package. |
pascal@11564 | 19 compile_rules() |
pascal@11564 | 20 { |
paul@13432 | 21 python setup.py install --root=$DESTDIR |
pascal@11564 | 22 } |
pascal@11564 | 23 |
pascal@11564 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11564 | 25 genpkg_rules() |
pascal@11564 | 26 { |
Hans-G?nter@23606 | 27 cp -a $install/usr $fs |
Hans-G?nter@23606 | 28 |
paul@16113 | 29 # remove stuff |
Hans-G?nter@23606 | 30 rm -rf $fs/usr/share/man |
pascal@11564 | 31 } |