contrib/tidy/Pkgfile

21 lines
408 B
Plaintext
Raw Normal View History

2007-01-30 06:06:17 +01:00
# Description: HTML/XML/XHTML cleanup tool.
# URL: http://tidy.sourceforge.net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-01-30 06:06:17 +01:00
# Packager: Han Boetes, han mijncomputer dot nl
name=tidy
2011-03-07 08:17:59 +01:00
version=20110307
2007-01-30 06:06:17 +01:00
release=1
source=(http://crux.ster.zone/downloads/$name/$name-snapshot-$version.tar.bz2)
2007-01-30 06:06:17 +01:00
build() {
2011-03-07 02:32:48 +01:00
cd $name
2007-02-17 10:25:28 +01:00
./configure \
--prefix=/usr \
--disable-static
2007-01-30 06:06:17 +01:00
make
make DESTDIR=$PKG install
}