Use sf.exlib
This commit is contained in:
parent
f753fd5d6a
commit
498631ae8f
2 changed files with 5 additions and 6 deletions
|
@ -2,12 +2,11 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||
require sourceforge
|
||||
|
||||
SUMMARY="A library to read zip files."
|
||||
DESCRIPTION="The implementation is based only on the (free) subset of
|
||||
compression with the zlib algorithm."
|
||||
HOMEPAGE="http://$PN.sourceforge.net"
|
||||
DOWNLOADS="mirror://sourceforge/$PN/$PNV.tar.bz2"
|
||||
|
||||
LICENCES="|| ( LGPL-2 MPL-1.1 )"
|
||||
SLOT="0"
|
||||
|
@ -32,3 +31,4 @@ DEFAULT_SRC_TEST_PARAMS+=( -j1 )
|
|||
DEFAULT_SRC_PREPARE_PATCHES="${FILES}/${PN}-0.13.54-no_xmlto.patch"
|
||||
|
||||
AT_M4DIR="m4"
|
||||
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require multilib
|
||||
require multilib sourceforge
|
||||
|
||||
SUMMARY="A visual diff and merge tool."
|
||||
DESCRIPTION="Rich featured diff and merge tool that integrates with most
|
||||
version control systems. It's also possible to do 3-way diffs."
|
||||
HOMEPAGE="http://meld.sourceforge.net/"
|
||||
DOWNLOADS="mirror://gnome/sources/meld/$(ever range 1-2)/meld-${PV}.tar.bz2"
|
||||
DOWNLOADS="mirror://gnome/sources/${PN}/$(ever range 1-2)/${PNV}.tar.bz2"
|
||||
|
||||
LICENCES="GPL-2"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
REMOTE_IDS="freshmeat:Meld sourceforge:Meld"
|
||||
REMOTE_IDS+=" freshmeat:Meld"
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue