Skip to content

Commit

Permalink
Merge pull request #614 from S802-lakka/upstream2
Browse files Browse the repository at this point in the history
Update libzip and exfat to the lastest stable release
  • Loading branch information
kivutar authored Jan 13, 2017
2 parents 82939cf + 2595dd8 commit 04fd487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/3rdparty/lib/libzip/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="libzip"
PKG_VERSION="0.11.2"
PKG_VERSION="1.1.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
28 changes: 7 additions & 21 deletions packages/sysutils/fuse-exfat/package.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -17,31 +17,17 @@
################################################################################

PKG_NAME="fuse-exfat"
PKG_VERSION="1.1.0"
PKG_VERSION="1.2.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://code.google.com/p/exfat"
#PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_URL="http://distfiles.gentoo.org/distfiles/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain scons:host fuse"
PKG_LICENSE="GPLv2+"
PKG_SITE="https://github.com/relan/exfat"
PKG_URL="https://github.com/relan/exfat/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain fuse"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="fuse-exfat: aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
PKG_LONGDESC="This project aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."

PKG_IS_ADDON="no"
PKG_AUTORECONF="no"


make_target() {
export CCFLAGS="$CFLAGS -std=c99"

scons
}

makeinstall_target() {
mkdir -p $INSTALL/usr/bin
cp fuse/mount.exfat-fuse $INSTALL/usr/bin
ln -sf mount.exfat-fuse $INSTALL/usr/bin/mount.exfat
}
PKG_AUTORECONF="yes"

0 comments on commit 04fd487

Please sign in to comment.