wok-next annotate lha/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
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 }