forked from ports/contrib
lrzsz: Fixed installation issue, renamed binaries to the standard names
This commit is contained in:
parent
270d260e05
commit
db3cb06ee2
@ -1,12 +1,16 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/lrb
|
||||
-rwxr-xr-x root/root usr/bin/lrx
|
||||
-rwxr-xr-x root/root usr/bin/lrz
|
||||
-rwxr-xr-x root/root usr/bin/lsb
|
||||
-rwxr-xr-x root/root usr/bin/lsx
|
||||
-rwxr-xr-x root/root usr/bin/lsz
|
||||
lrwxrwxrwx root/root usr/bin/rb -> rz
|
||||
lrwxrwxrwx root/root usr/bin/rx -> rz
|
||||
-rwxr-xr-x root/root usr/bin/rz
|
||||
lrwxrwxrwx root/root usr/bin/sb -> sz
|
||||
lrwxrwxrwx root/root usr/bin/sx -> sz
|
||||
-rwxr-xr-x root/root usr/bin/sz
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/lrz.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lsz.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/rb.1.gz -> rz.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/rx.1.gz -> rz.1.gz
|
||||
-rwxr-xr-x root/root usr/man/man1/rz.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/sb.1.gz -> sz.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/sx.1.gz -> sz.1.gz
|
||||
-rwxr-xr-x root/root usr/man/man1/sz.1.gz
|
||||
|
@ -5,12 +5,19 @@
|
||||
|
||||
name=lrzsz
|
||||
version=0.12.20
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.ohse.de/uwe/releases/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make -j 1
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
for d in r s; do
|
||||
install -D src/l${d}z $PKG/usr/bin/${d}z
|
||||
install -D man/l${d}z.1 $PKG/usr/man/man1/${d}z.1
|
||||
for p in b x; do
|
||||
ln -s ${d}z $PKG/usr/bin/${d}${p}
|
||||
ln -s ${d}z.1.gz $PKG/usr/man/man1/${d}${p}.1.gz
|
||||
done
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user