libxcrypt-2.0.ebuild 436 B

12345678910111213141516
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A replacement for libcrypt with DES, MD5 and blowfish support"
  4. SRC_URI="mirror://gentoo/${P}.tar.bz2"
  5. HOMEPAGE="http://www.suse.de/us/private/products/suse_linux/i386/packages_personal/libxcrypt.html"
  6. LICENSE="LGPL-2"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE=""
  10. src_install() {
  11. emake DESTDIR="${D}" install || die
  12. }