summaryrefslogtreecommitdiffstats
path: root/tidyhtml
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /tidyhtml
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'tidyhtml')
-rw-r--r--tidyhtml/.footprint.i68619
-rw-r--r--tidyhtml/.footprint.x86_6419
-rw-r--r--tidyhtml/.md5sum.i6861
-rw-r--r--tidyhtml/.md5sum.x86_641
-rwxr-xr-xtidyhtml/Pkgfile22
5 files changed, 62 insertions, 0 deletions
diff --git a/tidyhtml/.footprint.i686 b/tidyhtml/.footprint.i686
new file mode 100644
index 000000000..acd2bb5d2
--- /dev/null
+++ b/tidyhtml/.footprint.i686
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/tab2space
+-rwxr-xr-x root/root usr/bin/tidy
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/buffio.h
+-rw-r--r-- root/root usr/include/platform.h
+-rw-r--r-- root/root usr/include/tidy.h
+-rw-r--r-- root/root usr/include/tidyenum.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libtidy-0.99.so.0 -> libtidy-0.99.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libtidy-0.99.so.0.0.0
+-rw-r--r-- root/root usr/lib/libtidy.a
+-rwxr-xr-x root/root usr/lib/libtidy.la
+lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy-0.99.so.0.0.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/tidyhtml/
+-rw-r--r-- root/root usr/share/licenses/tidyhtml/license.txt
diff --git a/tidyhtml/.footprint.x86_64 b/tidyhtml/.footprint.x86_64
new file mode 100644
index 000000000..acd2bb5d2
--- /dev/null
+++ b/tidyhtml/.footprint.x86_64
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/tab2space
+-rwxr-xr-x root/root usr/bin/tidy
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/buffio.h
+-rw-r--r-- root/root usr/include/platform.h
+-rw-r--r-- root/root usr/include/tidy.h
+-rw-r--r-- root/root usr/include/tidyenum.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libtidy-0.99.so.0 -> libtidy-0.99.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libtidy-0.99.so.0.0.0
+-rw-r--r-- root/root usr/lib/libtidy.a
+-rwxr-xr-x root/root usr/lib/libtidy.la
+lrwxrwxrwx root/root usr/lib/libtidy.so -> libtidy-0.99.so.0.0.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/tidyhtml/
+-rw-r--r-- root/root usr/share/licenses/tidyhtml/license.txt
diff --git a/tidyhtml/.md5sum.i686 b/tidyhtml/.md5sum.i686
new file mode 100644
index 000000000..3ee7c8fb0
--- /dev/null
+++ b/tidyhtml/.md5sum.i686
@@ -0,0 +1 @@
+3d970d54be83c5ec985687e9976a2832 tidyhtml-1.46.tar.bz2
diff --git a/tidyhtml/.md5sum.x86_64 b/tidyhtml/.md5sum.x86_64
new file mode 100644
index 000000000..3ee7c8fb0
--- /dev/null
+++ b/tidyhtml/.md5sum.x86_64
@@ -0,0 +1 @@
+3d970d54be83c5ec985687e9976a2832 tidyhtml-1.46.tar.bz2
diff --git a/tidyhtml/Pkgfile b/tidyhtml/Pkgfile
new file mode 100755
index 000000000..b4f06dd49
--- /dev/null
+++ b/tidyhtml/Pkgfile
@@ -0,0 +1,22 @@
+# 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
+}