summaryrefslogtreecommitdiff
blob: dac2643d407956e29e2521a9671dcb20aa4ffa09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# 
# $Header: $

DESCRIPTION="Some sys-admin scripts by Gunnar Wrobel"

KEYWORDS="~x86"

SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tar.bz2"

S=${WORKDIR}/${PN}

SLOT=0

src_install()
{
	cd ${S}
	make install DESTDIR=${D}
}