recode: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:01:59 +02:00
parent dda66e05fe
commit 336a7fc2fb
3 changed files with 0 additions and 36 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/recode
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/recode.h
-rw-r--r-- root/root usr/include/recodext.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/librecode.a
-rwxr-xr-x root/root usr/lib/librecode.la
lrwxrwxrwx root/root usr/lib/librecode.so -> librecode.so.0.0.0
lrwxrwxrwx root/root usr/lib/librecode.so.0 -> librecode.so.0.0.0
-rwxr-xr-x root/root usr/lib/librecode.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/recode.1.gz

View File

@ -1 +0,0 @@
be3f40ad2e93dae5cd5f628264bf1877 recode-3.6.tar.gz

View File

@ -1,20 +0,0 @@
# Description: Converts files between character sets
# URL: http://www.gnu.org/software/recode/recode.html
# Maintainer: Simon Glossner, viper at hometux dot de
name=recode
version=3.6
release=1
source=(http://ftp.gnu.org/pub/gnu/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}