wok-next annotate tidy/receipt @ rev 21590
updated dialog (1.3-20181107 -> 1.3.20200327)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 07:00:06 2020 +0100 (2020-06-24) |
parents | 10df65db91ad |
children |
rev | line source |
---|---|
al@19957 | 1 # SliTaz package receipt v2. |
al@14468 | 2 |
al@14468 | 3 PACKAGE="tidy" |
al@14468 | 4 VERSION="cvs_20101110" |
al@14468 | 5 CATEGORY="development" |
al@14468 | 6 SHORT_DESC="HTML Tidy" |
al@14468 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@14468 | 8 LICENSE="MIT" |
al@14468 | 9 WEB_SITE="http://tidy.sourceforge.net/" |
al@19957 | 10 |
al@14468 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@14468 | 12 WGET_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL" |
al@14468 | 13 |
al@21020 | 14 SPLIT="$PACKAGE-dev" |
al@14468 | 15 |
al@19957 | 16 compile_rules() { |
al@14468 | 17 ./configure \ |
al@14468 | 18 --disable-debug \ |
al@14468 | 19 --disable-static \ |
al@14468 | 20 --enable-access \ |
al@14468 | 21 --enable-utf16 \ |
al@14468 | 22 --enable-asian && |
al@20604 | 23 fix libtool && |
al@14468 | 24 make && |
al@14468 | 25 make install |
al@14468 | 26 } |
al@14468 | 27 |
al@19957 | 28 genpkg_rules() { |
al@19957 | 29 case $PACKAGE in |
al@19957 | 30 tidy) copy @std;; |
al@19957 | 31 *-dev) copy @dev;; |
al@19957 | 32 esac |
al@14468 | 33 } |