add mds printing support
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@769 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
2
app-admin/mmc-web-printing/Manifest
Normal file
2
app-admin/mmc-web-printing/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST mmc-web-printing-2.3.1.tar.gz 15928 RMD160 3d5419ab2ac1a5b429686ca595ea4087e2fd3bc0 SHA1 9b2e39ccd3394c33e6f493ca1805a985df1e1eb2 SHA256 7e0ffa15fe14853e9a029fafe3a9013d281b3ba9e2b05d19f59a28291ffa96a7
|
||||
EBUILD mmc-web-printing-2.3.1.ebuild 680 RMD160 3c517ae7f5202ec10d68eedc87d477279ea6b9ed SHA1 8ae5d8e22d3ef8fca5205d1d1f5d43b1346cdd7f SHA256 e3940a1985b696cf174f92452b904b788f3ba0905c310560c9e396de6e9cd067
|
||||
27
app-admin/mmc-web-printing/mmc-web-printing-2.3.1.ebuild
Normal file
27
app-admin/mmc-web-printing/mmc-web-printing-2.3.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils depend.apache depend.php
|
||||
|
||||
DESCRIPTION="Mandriva Directory Server - Identity and network services management made easy !"
|
||||
HOMEPAGE="http://mds.mandriva.org/"
|
||||
SRC_URI="http://mds.mandriva.org/pub/mds/sources/${PV}/${P}.tar.gz
|
||||
http://ftp.mars.arge.at/mds/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
DEPEND="sys-apps/lsb-release"
|
||||
RDEPEND=">=app-admin/mmc-web-base-${PV}"
|
||||
SLOT="0"
|
||||
|
||||
need_php_httpd
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX=/usr install
|
||||
}
|
||||
Reference in New Issue
Block a user