wok annotate ranger/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents b0d5e94d5132
children 524e4a00f32e
rev   line source
pascal@11564 1 # SliTaz package receipt.
pascal@11564 2
pascal@11564 3 PACKAGE="ranger"
Hans-G?nter@21828 4 VERSION="1.9.2"
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 {
paul@13432 27 cp -a $install/usr $fs
paul@16113 28 # remove stuff
paul@16113 29 rm -rf $fs/usr/share/man
pascal@11564 30 }