wok-next annotate awf/receipt @ rev 20358

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
parents
children d5aab818505e
rev   line source
al@20358 1 # SliTaz package receipt v2.
al@20358 2
al@20358 3 PACKAGE="awf"
al@20358 4 VERSION="2000-10"
al@20358 5 CATEGORY="development"
al@20358 6 SHORT_DESC="The Amazingly Workable Formatter"
al@20358 7 MAINTAINER="al.bobylev@gmail.com"
al@20358 8 LICENSE="custom"
al@20358 9 WEB_SITE="http://doc.cat-v.org/henry_spencer/awf/"
al@20358 10
al@20358 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20358 12 WGET_URL="http://doc.cat-v.org/henry_spencer/awf/awf.tar.gz"
al@20358 13
al@20358 14 compile_rules() {
al@20358 15 dos2unix *
al@20358 16 make install
al@20358 17 }
al@20358 18
al@20358 19 testsuite() {
al@20358 20 make r
al@20358 21 }
al@20358 22
al@20358 23 genpkg_rules() {
al@20358 24 copy @std
al@20358 25 DEPENDS=""
al@20358 26 }