mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/rxvt-unicode: Updated for version 9.06
This commit is contained in:
parent
52a98fd7b9
commit
eaf6dc7a49
2 changed files with 9 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
||||||
PRGNAM=rxvt-unicode
|
PRGNAM=rxvt-unicode
|
||||||
VERSION="9.06"
|
VERSION="9.06"
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -55,7 +55,6 @@ chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
# Changing to --disable-perl will provide a much lighter package
|
# Changing to --disable-perl will provide a much lighter package
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -91,15 +90,17 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--enable-utmp \
|
--enable-utmp \
|
||||||
--enable-wtmp \
|
--enable-wtmp \
|
||||||
--enable-lastlog \
|
--enable-lastlog \
|
||||||
--build=$ARCH-slackware-linux \
|
--build=$ARCH-slackware-linux
|
||||||
--host=$ARCH-slackware-linux
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
mkdir -p $PKG/usr/share/terminfo
|
||||||
|
TERMINFO=$PKG/usr/share/terminfo make install DESTDIR=$PKG
|
||||||
|
|
||||||
( cd $PKG
|
( cd $PKG
|
||||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||||
|
xargs strip --strip-unneeded 2> /dev/null
|
||||||
)
|
)
|
||||||
|
|
||||||
( cd $PKG/usr/man
|
( cd $PKG/usr/man
|
||||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.06.tar.bz2"
|
||||||
MD5SUM="4cb9330e99fc0b0b05cebf3581557dd8"
|
MD5SUM="4cb9330e99fc0b0b05cebf3581557dd8"
|
||||||
MAINTAINER="Duane Dohrman II"
|
MAINTAINER="Duane Dohrman II"
|
||||||
EMAIL="d.dohrman@gmail.com"
|
EMAIL="d.dohrman@gmail.com"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero,rworkman"
|
||||||
|
|
Loading…
Reference in a new issue