gsldap-0.0.1_pre20070219.ebuild 500 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=3
  4. inherit gnustep-2
  5. DESCRIPTION="GNUstep LDAP library for open ldap C libraries"
  6. HOMEPAGE="http://www.gnustep.org/"
  7. SRC_URI="mirror://gentoo/${P}.tar.gz"
  8. KEYWORDS="~amd64 ~x86"
  9. LICENSE="LGPL-2.1"
  10. SLOT="0"
  11. IUSE=""
  12. DEPEND="net-nds/openldap"
  13. RDEPEND="${DEPEND}"
  14. src_prepare() {
  15. sed -i -e "s|#include <GNUstepBase/GSCategories.h>||" \
  16. GSLDAPCom.h || die "GSCategories.h sed failed"
  17. }