diff options
-rw-r--r-- | libraries/libisoburn/libisoburn.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/libisoburn/libisoburn.info | 6 | ||||
-rw-r--r-- | libraries/libisoburn/slack-desc | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/libraries/libisoburn/libisoburn.SlackBuild b/libraries/libisoburn/libisoburn.SlackBuild index 8c584c992c..34fa402503 100644 --- a/libraries/libisoburn/libisoburn.SlackBuild +++ b/libraries/libisoburn/libisoburn.SlackBuild @@ -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 diff --git a/libraries/libisoburn/libisoburn.info b/libraries/libisoburn/libisoburn.info index c9f8dc8cc3..128c976a09 100644 --- a/libraries/libisoburn/libisoburn.info +++ b/libraries/libisoburn/libisoburn.info @@ -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" diff --git a/libraries/libisoburn/slack-desc b/libraries/libisoburn/slack-desc index bc9d1bbca8..6d77701b2d 100644 --- a/libraries/libisoburn/slack-desc +++ b/libraries/libisoburn/slack-desc @@ -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) |