mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libsexy: Updated for version 0.1.11
This commit is contained in:
parent
1e000478ef
commit
944aa5f83d
3 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,3 @@
|
|||
libsexy is a collection of GTK+ widgets that extend the
|
||||
functionality of such standard widgets as GtkEntry and
|
||||
GtkLabel by subclassing them and working around the
|
||||
limitations of the widgets.
|
||||
libsexy is a collection of GTK+ widgets that extend the functionality of
|
||||
such standard widgets as GtkEntry and GtkLabel by subclassing them and
|
||||
working around the limitations of the widgets.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libsexy
|
||||
|
||||
# Copyright 2008 Robby Workman - http://rlworkman.net
|
||||
# Copyright 2008-2009 Robby Workman - http://rlworkman.net
|
||||
# All rights reserved.
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -65,15 +65,14 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||
|
@ -86,4 +85,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libsexy"
|
|||
VERSION="0.1.11"
|
||||
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
|
||||
DOWNLOAD="http://releases.chipx86.com/libsexy/libsexy/libsexy-0.1.11.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="33c079a253270ec8bfb9508e4bb30754"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="BP{k}"
|
||||
|
|
Loading…
Reference in a new issue