detox: dropped orphaned port

This commit is contained in:
Fredrik Rinnestam 2015-12-15 19:52:27 +01:00
parent aa28de6805
commit 74d2388b88
3 changed files with 0 additions and 37 deletions

View File

@ -1,19 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/detoxrc
-rw-r--r-- root/root etc/detoxrc.sample
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/detox
-rwxr-xr-x root/root usr/bin/inline-detox
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/detox.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/detox.tbl.5.gz
-rw-r--r-- root/root usr/man/man5/detoxrc.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/detox/
-rw-r--r-- root/root usr/share/detox/iso8859_1.tbl
-rw-r--r-- root/root usr/share/detox/iso8859_1.tbl.sample
-rw-r--r-- root/root usr/share/detox/unicode.tbl
-rw-r--r-- root/root usr/share/detox/unicode.tbl.sample

View File

@ -1 +0,0 @@
da34c6bc3c68ce2fb008e25066e72927 detox-1.2.0.tar.bz2

View File

@ -1,17 +0,0 @@
# Description: utility designed to clean up filenames
# URL: http://detox.sourceforge.net/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on:
name=detox
version=1.2.0
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
mkdir -p $PKG/usr/bin $PKG/etc $PKG/usr/man $PKG/usr/share/detox
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/man
make
make DESTDIR=$PKG install
}