summaryrefslogtreecommitdiff
path: root/app-admin/example2/example2-1.1.ebuild
blob: 91fc88bb70dd2a8e1e5d0729afab44540e8d5c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
inherit eutils

DESCRIPTION="Cacatul meu personal"
HOMEPAGE="http://rogentos.ro/"
SRC_URI="http://dl.dropbox.com/u/71039453/exemplu.tar.gz"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RDEPEND=""
DEPEND="${RPEDEND}"

src_prepare() {
        epatch "${FILESDIR}"/patch-1.1.patch || die
}
src_install() {
        dodir /home/cacatulmeupersonal || die "Creem folderul"
        insinto /home/cacatulmeupersonal || die "Intram in folder"
        doins exemplu1.txt || die "Copiem fisierul fisier din arhiva"
}