summaryrefslogtreecommitdiff
blob: 7b6f1118713c95ec0165dbd983881fa260c2e6fe (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://build.pardus.de/downloads/${P}.tar.bz2"

S=${WORKDIR}/${PN}

SLOT=0

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