mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libisoburn: Updated for version 1.3.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cb9a0bc7b4
commit
8c28f66a17
3 changed files with 10 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
|
||||
|
||||
PRGNAM="libisoburn"
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,6 +68,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-debug=no \
|
||||
--disable-dependency-tracking \
|
||||
--enable-libdir-pkgconfig \
|
||||
--enable-pkg-check-modules \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libisoburn"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.3.2"
|
||||
HOMEPAGE="http://libburnia-project.org/wiki/Libisoburn"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.3.0.tar.gz"
|
||||
MD5SUM="1341e87e385cb559ee1cd2605e372dec"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.3.2.tar.gz"
|
||||
MD5SUM="7ebee7c1d4e09565daddca15467035af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libisofs"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libisoburn: libisoburn (Frontend for libburn and libisofs)
|
||||
|
|
Loading…
Reference in a new issue