multimedia/imagination: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2393c060eb
commit
949a7db108
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for imagination
|
||||
|
||||
# Maintained by Klaatu @member.fsf.org
|
||||
# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -83,14 +84,13 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux
|
||||
|
||||
# configure.in forces a debug build with -g in CFLAGS,
|
||||
# so we force it to use our SLKCFLAGS during "make"
|
||||
# so force it to use our SLKCFLAGS during "make"
|
||||
make V=1 CFLAGS="$SLKCFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Copy documentation
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="ec7e6cf234020801a2af0fa04cfefef1"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg"
|
||||
MAINTAINER="Giovanne Castro"
|
||||
EMAIL="giovannefc@ig.com.br"
|
||||
MAINTAINER="Klaatu"
|
||||
EMAIL="klaatu@member.fsf.org"
|
||||
|
|
Loading…
Reference in New Issue