summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
index aad1862f..e2f811e6 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
@@ -9,6 +9,7 @@ DESCRIPTION="Tool for creating compressed filesystem type squashfs. Patched to s
HOMEPAGE="http://squashfs.sourceforge.net"
SRC_URI="mirror://sourceforge/squashfs/squashfs${PV}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86"
@@ -27,7 +28,17 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/squashfs${PV}/${PN}"
-PATCHES=("${FILESDIR}/${P}-quiet.patch")
+PATCHES=("${FILESDIR}/${PN}-4.3-quiet.patch")
+
+case ${PV} in
+*9999)
+ PROPERTIES="live"
+ EGIT_REPO_URI="git://github.com/plougher/${PN}"
+ inherit git-r3
+ SRC_URI=""
+ KEYWORDS=""
+ S="${WORKDIR}/${P}/${PN}";;
+esac
src_configure() {
# set up make command line variables in EMAKE_SQUASHFS_CONF