splash-themes-livecd-2004.3.ebuild 511 B

123456789101112131415161718192021
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. S="${WORKDIR}/livecd-${PV}"
  4. DESCRIPTION="Gentoo theme for gensplash consoles"
  5. HOMEPAGE="https://www.gentoo.org/"
  6. SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${PF}.tar.bz2"
  7. SLOT=${PV}
  8. LICENSE="GPL-2"
  9. KEYWORDS="amd64 ~ppc x86"
  10. IUSE=""
  11. RESTRICT="binchecks strip"
  12. DEPEND="media-gfx/splashutils"
  13. src_install() {
  14. dodir /etc/splash/livecd-${PV}
  15. cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV}
  16. }