contrib/tidy/Pkgfile

23 lines
447 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/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Han Boetes, han mijncomputer dot nl
2007-02-17 10:25:28 +01:00
# Depends on:
2007-01-30 06:06:17 +01:00
name=tidy
2007-02-17 10:25:28 +01:00
version=20070217
2007-01-30 06:06:17 +01:00
release=1
2007-02-17 10:25:28 +01:00
source=(http://romster.shortcircuit.net.au/crux/source/tidy-snapshot-$version.tar.bz2)
2007-01-30 06:06:17 +01:00
build() {
2007-02-17 10:25:28 +01:00
cd tidy
./configure \
--prefix=/usr \
--disable-static
2007-01-30 06:06:17 +01:00
make
make DESTDIR=$PKG install
}