wok-next annotate lha/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 6c3718ca17b6
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@2645 2
pascal@2645 3 PACKAGE="lha"
pascal@2645 4 VERSION="1.14i-ac20050924p1"
pascal@2645 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="File archiver"
pascal@2645 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15472 8 LICENSE="CC-SA"
al@21020 9 WEB_SITE="http://lha.osdn.jp/"
al@21020 10
pascal@2645 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2645 12 WGET_URL="http://osdn.dl.sourceforge.jp/$PACKAGE/22231/$TARBALL"
pascal@2645 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 --infodir=/usr/share/info \
al@21020 18 --mandir=/usr/share/man \
al@21020 19 $CONFIGURE_ARGS &&
pascal@2645 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@2645 22 }
pascal@2645 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
pascal@2645 26 }