wok annotate tree/receipt @ rev 22184

updated xorg-bdftopcf (1.0.3 -> 1.1)
author Hans-G?nter Theisgen
date Mon Nov 11 08:55:19 2019 +0100 (2019-11-11)
parents 90a87813caa6
children 804a303f31dc
rev   line source
MikeDSmith25@1401 1 # SliTaz package receipt.
MikeDSmith25@1401 2
MikeDSmith25@1401 3 PACKAGE="tree"
Hans-G?nter@22051 4 VERSION="1.8.0"
MikeDSmith25@1401 5 CATEGORY="utilities"
Hans-G?nter@22051 6 SHORT_DESC="Recursive directory listing program."
MikeDSmith25@1401 7 MAINTAINER="MikeDSmith25@gmail.com"
pascal@15590 8 LICENSE="GPL2"
Hans-G?nter@22051 9 WEB_SITE="http://mama.indstate.edu/users/ice/tree/"
Hans-G?nter@22051 10
MikeDSmith25@1401 11 TARBALL="$PACKAGE-$VERSION.tgz"
MikeDSmith25@1401 12 WGET_URL="ftp://mama.indstate.edu/linux/tree/$TARBALL"
MikeDSmith25@1401 13
MikeDSmith25@1401 14 # Rules to configure and make the package.
MikeDSmith25@1401 15 compile_rules()
MikeDSmith25@1401 16 {
Hans-G?nter@22051 17 make &&
Hans-G?nter@22051 18 make install \
Hans-G?nter@22051 19 BINDIR=$DESTDIR/usr/bin \
Hans-G?nter@22051 20 MANDIR=$DESTDIR/usr/share/man
MikeDSmith25@1401 21 }
MikeDSmith25@1401 22
MikeDSmith25@1401 23 # Rules to gen a SliTaz package suitable for Tazpkg.
MikeDSmith25@1401 24 genpkg_rules()
MikeDSmith25@1401 25 {
MikeDSmith25@1401 26 mkdir -p $fs/usr
slaxemulator@10999 27 cp -a $install/usr/bin $fs/usr
MikeDSmith25@1401 28 }