add ebuild for wsdlpull
This commit is contained in:
parent
02a2d87c35
commit
0aafbfde4b
4
net-misc/wsdlpull/Manifest
Normal file
4
net-misc/wsdlpull/Manifest
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
AUX wsdlpull-1.24-buildsystem.patch 576 SHA256 c2e0d6589e480cb54fa210e64a229744df7a86f5e8477c838afa0494b3efc603 SHA512 9099d2e4f6b47f2d95da90e6acb968af1487d8932223bde66a26dbf2c8906a37a962f69f9b38fdd1234a0cdd3ed864be6f82a29b829b9c3665ffc21946104b5d WHIRLPOOL 2c94759cb6515a19d1141d1500285012cc9941b29eda1d6047ba65319a437e8e31dc076193d34be6b73ccb055457c75687f9997193955f1c4fbefa4e8fb74707
|
||||||
|
DIST wsdlpull-1.24.tar.gz 1080317 SHA256 9577491e23914d7f84531616ffbe609216f56f263f3a4c9b1f7cafb7f3ebb8a8 SHA512 8e79ca60a0c4a2ef94b162a18382dc10f62764c0a0e6db701a8e5a83eb11f9adb37a2b0d508971c5fe671997a211fcf8a0b7c9f47bbe4fbabdd486128265c3ab WHIRLPOOL bf3ec16d5644ca53809818fb458995f1de375244cdb2794f1779259a59efba9c4b5c232cf857724182b7033464930fcc17fa1eb00b2900fbe44358e6ea6e5028
|
||||||
|
EBUILD wsdlpull-1.24.ebuild 845 SHA256 0272b24d91e0ed4cfb8ab615a530ea0aebdf34997b570ff2bfb04f6b183b7d2f SHA512 29f5f72efa9c70cdbbdc1b4febe6f23699e6aaf5e61257778e31f0910032fbd7d678c1ef240b7a32748deaf9e7c4e468d7faa69a70b3b1f8a960ce74d3c7a0a4 WHIRLPOOL 2dcdeb934dfb5a91f54ad81b4e1efaf7148b996b1385919e0af72776f9669ee26fe1b8feac40a597a439d7b263e71b1fb3e2da79231a4efb5b3dfca0f355de5c
|
||||||
|
MISC metadata.xml 231 SHA256 7596f4acd11f03a92d9066e5e12cb03e424f10e74c2cf1019101ee09c54186b4 SHA512 6a5adf9639104e5c81462c7ed84d06e5d70b7db33d6820f8fd5e0fac39a5b3c079d9a02d066def8a4a61c56ddaea7a19e1bb62fad6555a0ecc87dd2b652196d9 WHIRLPOOL 92227640d49b57878f75bf98cd589dd91a9f7dfd6f38c330d60a42ecd82f66d9d72413711d0873e59d190865e5c17cc74e898eae01f5c18238a2ee5c299a6e90
|
21
net-misc/wsdlpull/files/wsdlpull-1.24-buildsystem.patch
Normal file
21
net-misc/wsdlpull/files/wsdlpull-1.24-buildsystem.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
--- Makefile.am.orig 2013-09-25 17:35:08.835773000 +0400
|
||||||
|
+++ Makefile.am 2013-09-25 17:35:34.407773000 +0400
|
||||||
|
@@ -9,15 +9,12 @@
|
||||||
|
src/config-h.in config/stamp-h.in
|
||||||
|
|
||||||
|
if EXAMPLES
|
||||||
|
-SUBDIRS = src tests docs man win32 examples
|
||||||
|
+SUBDIRS = src docs man win32 examples
|
||||||
|
else
|
||||||
|
-SUBDIRS = src tests docs man win32
|
||||||
|
+SUBDIRS = src docs man win32
|
||||||
|
endif
|
||||||
|
|
||||||
|
-docsdir = $(datadir)/wsdlpull
|
||||||
|
-docs_DATA = wsdlpull.html README
|
||||||
|
-
|
||||||
|
-EXTRA_DIST = AUTHORS COPYING CHANGES $(docs_DATA)
|
||||||
|
+EXTRA_DIST = AUTHORS COPYING CHANGES README
|
||||||
|
|
||||||
|
#pkginclude_HEADERS = src/config.h
|
||||||
|
pkgincludedir= $(includedir)
|
8
net-misc/wsdlpull/metadata.xml
Normal file
8
net-misc/wsdlpull/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer>
|
||||||
|
<email>admin@pinkbyte.ru</email>
|
||||||
|
<name>Sergey Popov</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
35
net-misc/wsdlpull/wsdlpull-1.24.ebuild
Normal file
35
net-misc/wsdlpull/wsdlpull-1.24.ebuild
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Copyright 1999-2013 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
AUTOTOOLS_AUTORECONF=1
|
||||||
|
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||||
|
inherit autotools-utils eutils
|
||||||
|
|
||||||
|
DESCRIPTION="C++ web services client library and utilities"
|
||||||
|
HOMEPAGE="http://wsdlpull.sourceforge.net"
|
||||||
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="LGPL-2.1"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
# examples have confusing names, so - not adding USE for them
|
||||||
|
# also - do not use --disable-examples, as it is recognized as --enable-examples
|
||||||
|
IUSE="doc static-libs"
|
||||||
|
|
||||||
|
RDEPEND="net-misc/curl"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
doc? ( app-doc/doxygen )"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
epatch "${FILESDIR}/${P}-buildsystem.patch"
|
||||||
|
if ! use doc; then
|
||||||
|
sed -i -e '/SUBDIRS/s/docs //' Makefile.am || die
|
||||||
|
fi
|
||||||
|
|
||||||
|
rm -r config || die
|
||||||
|
autotools-utils_src_prepare
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user