forked from ports/contrib
recode: removed orphaned port
This commit is contained in:
parent
dda66e05fe
commit
336a7fc2fb
@ -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
|
@ -1 +0,0 @@
|
||||
be3f40ad2e93dae5cd5f628264bf1877 recode-3.6.tar.gz
|
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user