diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/tidyhtml/.footprint.i686 | 19 | ||||
-rw-r--r-- | base/tidyhtml/.footprint.x86_64 | 19 | ||||
-rw-r--r-- | base/tidyhtml/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/tidyhtml/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/tidyhtml/Pkgfile | 22 |
5 files changed, 0 insertions, 62 deletions
diff --git a/base/tidyhtml/.footprint.i686 b/base/tidyhtml/.footprint.i686 deleted file mode 100644 index acd2bb5d2..000000000 --- a/base/tidyhtml/.footprint.i686 +++ /dev/null @@ -1,19 +0,0 @@ -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/base/tidyhtml/.footprint.x86_64 b/base/tidyhtml/.footprint.x86_64 deleted file mode 100644 index acd2bb5d2..000000000 --- a/base/tidyhtml/.footprint.x86_64 +++ /dev/null @@ -1,19 +0,0 @@ -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/base/tidyhtml/.md5sum.i686 b/base/tidyhtml/.md5sum.i686 deleted file mode 100644 index 3ee7c8fb0..000000000 --- a/base/tidyhtml/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -3d970d54be83c5ec985687e9976a2832 tidyhtml-1.46.tar.bz2 diff --git a/base/tidyhtml/.md5sum.x86_64 b/base/tidyhtml/.md5sum.x86_64 deleted file mode 100644 index 3ee7c8fb0..000000000 --- a/base/tidyhtml/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -3d970d54be83c5ec985687e9976a2832 tidyhtml-1.46.tar.bz2 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 -} |