summaryrefslogtreecommitdiffstats
path: root/base/tidyhtml/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:12:32 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:12:32 +0200
commite7c23005d6dddd1ca624deb321787f4399e4daae (patch)
tree47e70fa37b512ef34c295e3671c0a2d676af6ef2 /base/tidyhtml/Pkgfile
parent61551a5bbc263b20663a8c03202f722b8547daae (diff)
downloadnutyx-extra-e7c23005d6dddd1ca624deb321787f4399e4daae.tar.gz
nutyx-extra-e7c23005d6dddd1ca624deb321787f4399e4daae.tar.bz2
nutyx-extra-e7c23005d6dddd1ca624deb321787f4399e4daae.tar.xz
nutyx-extra-e7c23005d6dddd1ca624deb321787f4399e4daae.zip
tidyhtml dans extra
Diffstat (limited to 'base/tidyhtml/Pkgfile')
-rwxr-xr-xbase/tidyhtml/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/tidyhtml/Pkgfile b/base/tidyhtml/Pkgfile
deleted file mode 100755
index b4f06dd49..000000000
--- a/base/tidyhtml/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Outil de nettoyage de code HTML
-# URL: http://tidy.sourceforge.net
-# Maintainer: NutyX core team
-# Packager: lesibel at free dot fr
-
-name=tidyhtml
-version=1.46
-release=1
-
-source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version/tidy
- source build/gnuauto/setup.sh
-
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-
- install -Dm644 htmldoc/license.html \
- $PKG/usr/share/licenses/$name/license.txt
-}