mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/imagination: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
927c2212bd
commit
25dedd738c
2 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for imagination
|
# Slackware build script for imagination
|
||||||
|
|
||||||
|
# Maintained by Klaatu @member.fsf.org
|
||||||
# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
|
# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -83,14 +84,13 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
# configure.in forces a debug build with -g in CFLAGS,
|
# 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 V=1 CFLAGS="$SLKCFLAGS"
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
# Copy documentation
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="ec7e6cf234020801a2af0fa04cfefef1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ffmpeg"
|
REQUIRES="ffmpeg"
|
||||||
MAINTAINER="Giovanne Castro"
|
MAINTAINER="Klaatu"
|
||||||
EMAIL="giovannefc@ig.com.br"
|
EMAIL="klaatu@member.fsf.org"
|
||||||
|
|
Loading…
Reference in a new issue