man-pages-da-0.1.2.ebuild 619 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="A somewhat comprehensive collection of Danish Linux man pages"
  5. HOMEPAGE="http://www.sslug.dk/locale/man-sider/"
  6. SRC_URI="http://www.sslug.dk/locale/man-sider/manpages-da-${PV}.tar.gz"
  7. LICENSE="freedist"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
  10. IUSE=""
  11. RDEPEND="virtual/man"
  12. S=${WORKDIR}/manpages-da-${PV}
  13. src_compile() { :; }
  14. src_install() {
  15. dodir /usr/share/man
  16. emake install-data PREFIX="${D}"/usr/share
  17. dodoc AUTHORS ChangeLog
  18. }