contrib/tidy/Pkgfile

23 lines
441 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
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
2008-03-26 03:19:02 +01:00
source=(ftp://romster.dyndns.org/linux/source/tidy/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
}