diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:17:38 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:17:38 +1100 |
commit | dc6076ae08998a908104d823b9d55adb32f02429 (patch) | |
tree | fce0a31318f78d6b9fc345814d42ecf6abb4566b /tidy | |
parent | dca6ea985b41392725664f0c3a76e23f1bf69682 (diff) | |
download | contrib-dc6076ae08998a908104d823b9d55adb32f02429.tar.gz contrib-dc6076ae08998a908104d823b9d55adb32f02429.tar.xz |
opps didn't realise git aslo captures *~ files and cleaned out other junk files
Diffstat (limited to 'tidy')
-rw-r--r-- | tidy/Pkgfile~ | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tidy/Pkgfile~ b/tidy/Pkgfile~ deleted file mode 100644 index eed7f4b6b..000000000 --- a/tidy/Pkgfile~ +++ /dev/null @@ -1,30 +0,0 @@ -# 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.nl> -# Depends on: cvs - -name=tidy -version=cvs -release=1 -source= - -build() { - cd $PKGMK_SOURCE_DIR - - if cd tidy; then - cvs -z3 -q up -dAP - else - cvs -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co tidy - fi - - cp -r $PKGMK_SOURCE_DIR/tidy $SRC - - cd $SRC/tidy - sed -i 's|typedef unsigned long ulong;||' include/platform.h - /bin/sh build/gnuauto/setup.sh - ./configure --prefix=/usr - make && make install DESTDIR=$PKG - chown -R root:root $PKG -} - |