summaryrefslogtreecommitdiff
blob: ee9fcd115d4629a9e4a8cd0d4de6b51b3a0700e9 (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 ~amd64"

SRC_URI="http://build.pardus.de/downloads/${P}.tar.bz2"

S=${WORKDIR}/${PN}

SLOT=0

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