mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libiec61883: Updated for version 1.2.0
This commit is contained in:
parent
8837d79328
commit
24554d1f64
2 changed files with 8 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
# Updated for Slackware64 28/05/2009
|
||||
# Modified by Robby Workman <rworkman@slackbuilds.org> for better
|
||||
# consistency with our other scripts
|
||||
#
|
||||
|
||||
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -25,7 +25,6 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
PRGNAM=libiec61883
|
||||
VERSION=1.2.0
|
||||
ARCH=${ARCH:-i486}
|
||||
|
@ -65,7 +64,8 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
@ -92,4 +92,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}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="libiec61883"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://www.linux1394.org/"
|
||||
DOWNLOAD="http://www.linux1394.org/dl/libiec61883-1.2.0.tar.gz"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/libs/ieee1394/"
|
||||
DOWNLOAD="http://www.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.gz"
|
||||
MD5SUM="8af39fff74988073c3ad53fbab147da9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Pierre Cazenave"
|
||||
EMAIL="pwcazenave@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue