mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libregf: Updated for version 20160424.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
95290b9494
commit
3c3a84d6a5
3 changed files with 11 additions and 11 deletions
|
@ -22,17 +22,17 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v20160107 March 2016 Barry J. Grundy
|
||||
# Updated v20160424 Augutst 2016 Barry J. Grundy
|
||||
|
||||
PRGNAM=libregf
|
||||
VERSION=${VERSION:-20160107}
|
||||
VERSION=${VERSION:-20160424}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libregf"
|
||||
VERSION="20160107"
|
||||
VERSION="20160424"
|
||||
HOMEPAGE="https://github.com/libyal/libregf"
|
||||
DOWNLOAD="https://github.com/libyal/libregf/releases/download/20160107/libregf-alpha-20160107.tar.gz"
|
||||
MD5SUM="3eede49d1366e0ee9a92e3480d596a28"
|
||||
DOWNLOAD="https://github.com/libyal/libregf/releases/download/20160424/libregf-alpha-20160424.tar.gz"
|
||||
MD5SUM="3dea00f0966aaeb2f0fd39207092e931"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libregf: libregf (libYAL WinNT Registry File library)
|
||||
libregf:
|
||||
libregf: Library and tools to access the Windows NT Registry File (REGF)
|
||||
libregf:
|
||||
libregf: Library and tools to access the Windows NT Registry File (REGF)
|
||||
libregf: format.
|
||||
libregf:
|
||||
libregf:
|
||||
libregf: Homepage: https://github.com/libyal/libregf
|
||||
libregf:
|
||||
libregf:
|
||||
|
|
Loading…
Reference in a new issue