contrib/tidy/Pkgfile

21 lines
428 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/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-01-30 06:06:17 +01:00
# Packager: Han Boetes, han mijncomputer dot nl
name=tidy
2007-02-17 10:25:28 +01:00
version=20070217
2007-01-30 06:06:17 +01:00
release=1
2011-03-07 02:32:48 +01:00
source=(http://www.hvlinux.net/crux/distfiles/$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
}