summaryrefslogtreecommitdiff
path: root/tidy
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2011-03-07 12:32:48 +1100
committerDanny Rawlins <monster.romster@gmail.com>2011-03-07 12:33:31 +1100
commit80d346357a1a9a39a8d37d6d820c96c9f87cd158 (patch)
tree6d162782a27eecd859f8c4af03c8fead0677b0d1 /tidy
parenta446399cbaa1a74269631f83e73e0d1f8fe2c9cf (diff)
downloadcontrib-80d346357a1a9a39a8d37d6d820c96c9f87cd158.tar.gz
contrib-80d346357a1a9a39a8d37d6d820c96c9f87cd158.tar.xz
tidy: fix source url, thanks Evil_Bob
Diffstat (limited to 'tidy')
-rw-r--r--tidy/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/tidy/Pkgfile b/tidy/Pkgfile
index f84923d7d..f8ea880a8 100644
--- a/tidy/Pkgfile
+++ b/tidy/Pkgfile
@@ -2,15 +2,14 @@
# URL: http://tidy.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Han Boetes, han mijncomputer dot nl
-# Depends on:
name=tidy
version=20070217
release=1
-source=(ftp://romster.dyndns.org/linux/source/tidy/tidy-snapshot-$version.tar.bz2)
+source=(http://www.hvlinux.net/crux/distfiles/$name/$name-snapshot-$version.tar.bz2)
build() {
- cd tidy
+ cd $name
./configure \
--prefix=/usr \
@@ -19,4 +18,3 @@ build() {
make
make DESTDIR=$PKG install
}
-

Generated by cgit