Added ebuilds for samba 3.4.2/tdb/talloc

git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@11109 cbe59ace-07ea-0310-918e-868702b5370d
This commit is contained in:
2009-10-08 14:28:49 +00:00
parent 8eb7a45eff
commit 66a0afca71
42 changed files with 1699 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
DIST talloc-1.3.0.tar.gz 229969 RMD160 770c3c1f7c0e3f08d3b5906454b9d32dd90f0f2e SHA1 58aff3b238bc0125017b4096ecb7c56a5057e6e4 SHA256 80e5d639496e1aac0838a5ae98c883dda9233c235bf51acb9f436776c7dcf824
DIST talloc-1.3.1.tar.gz 234087 RMD160 1c58328694da837f287c5635499393fa4698e359 SHA1 fba0f9b581683022ddae63df0a1e48fd2eb0d9a4 SHA256 be02b19327fff77030c9a207774e65513e1cc3d3d65c9803634504f76beb1ecc
DIST talloc-2.0.0.tar.gz 241971 RMD160 72dcb5c0fa8ab180bc701dda27fb115b95d2907c SHA1 a824446ffb3836149df2a16092054ea17d6dc6f8 SHA256 349ac60bcc296aa56832ddfebe7d219d05fc3b8af65cf64ad97d551a6e7d7569
EBUILD talloc-1.3.0.ebuild 845 RMD160 8a359d6a6747e7025ee0b84fe21f358a3bc979b5 SHA1 4d64fa4ee030e2c7f651ebd99d5edcacb6fd8937 SHA256 f7b348eed57c510b0d3d350004ccc14b2148404f1082fd78e44377c2ec9cffcb
EBUILD talloc-1.3.1.ebuild 845 RMD160 8a359d6a6747e7025ee0b84fe21f358a3bc979b5 SHA1 4d64fa4ee030e2c7f651ebd99d5edcacb6fd8937 SHA256 f7b348eed57c510b0d3d350004ccc14b2148404f1082fd78e44377c2ec9cffcb
EBUILD talloc-2.0.0.ebuild 845 RMD160 8a359d6a6747e7025ee0b84fe21f358a3bc979b5 SHA1 4d64fa4ee030e2c7f651ebd99d5edcacb6fd8937 SHA256 f7b348eed57c510b0d3d350004ccc14b2148404f1082fd78e44377c2ec9cffcb
+48
View File
@@ -0,0 +1,48 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
inherit confutils eutils
DESCRIPTION="talloc"
HOMEPAGE="http://talloc.samba.org/"
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-3"
IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
PROVIDE="virtual/talloc"
src_prepare() {
./autogen.sh || die "autogen.sh failed"
}
src_configure() {
econf \
--sysconfdir=/etc/samba \
--localstatedir=/var \
--enable-largefile \
|| die "econf failed"
}
src_compile() {
emake all || die "emake boot failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
emake DESTDIR="${D}" shared-build || die "emake shared-build failed"
dolib.so sharedbuild/lib/libtalloc.so
dolib.a sharedbuild/lib/libtalloc.a
}
+48
View File
@@ -0,0 +1,48 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
inherit confutils eutils
DESCRIPTION="talloc"
HOMEPAGE="http://talloc.samba.org/"
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-3"
IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
PROVIDE="virtual/talloc"
src_prepare() {
./autogen.sh || die "autogen.sh failed"
}
src_configure() {
econf \
--sysconfdir=/etc/samba \
--localstatedir=/var \
--enable-largefile \
|| die "econf failed"
}
src_compile() {
emake all || die "emake boot failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
emake DESTDIR="${D}" shared-build || die "emake shared-build failed"
dolib.so sharedbuild/lib/libtalloc.so
dolib.a sharedbuild/lib/libtalloc.a
}
+48
View File
@@ -0,0 +1,48 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
inherit confutils eutils
DESCRIPTION="talloc"
HOMEPAGE="http://talloc.samba.org/"
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-3"
IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
PROVIDE="virtual/talloc"
src_prepare() {
./autogen.sh || die "autogen.sh failed"
}
src_configure() {
econf \
--sysconfdir=/etc/samba \
--localstatedir=/var \
--enable-largefile \
|| die "econf failed"
}
src_compile() {
emake all || die "emake boot failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
emake DESTDIR="${D}" shared-build || die "emake shared-build failed"
dolib.so sharedbuild/lib/libtalloc.so
dolib.a sharedbuild/lib/libtalloc.a
}