Magellan Linux

Contents of /trunk/todo/sandbox/sandbox-1.2.20_alpha2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2568 - (show annotations) (download)
Thu Jul 9 20:32:58 2009 UTC (14 years, 10 months ago) by niro
File size: 720 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/sandbox/sandbox-1.2.20_alpha2-r1.smage2,v 1.1 2008/03/28 11:09:55 niro Exp $
2
3 PNAME="sandbox"
4 PVER="1.2.20_alpha2"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="sandbox'd LD_PRELOAD hack."
11 HOMEPAGE="http://www.gentoo.org"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
17
18 sminclude mbuild mtools
19
20 SRC_URI=(
21 http://dev.gentoo.org/~azarah/${PNAME}/${SRCFILE}
22 http://linux.rz.ruhr-uni-bochum.de/download2/gentoo-mirror/distfiles/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_install()
27 {
28 cd ${SRCDIR}
29 make DESTDIR=${BINDIR} install || die
30
31 mkeepdir /var/log/sandbox || die
32 minstalldocs AUTHORS COPYING NEWS README || die
33 }

Properties

Name Value
svn:keywords Id