Magellan Linux

Contents of /trunk/extras/tla/tla-1.3.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1157 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/tla/tla-1.3.5-r1.smage2,v 1.4 2008/03/24 01:53:26 niro Exp $
2
3 PNAME="tla"
4 PVER="1.3.5"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion."
11 HOMEPAGE="http://savannah.gnu.org/projects/gnu-arch/"
12
13 DEPEND=">= sys-apps/coreutils-6
14 >= sys-apps/diffutils-2
15 >= sys-dev/patch-2
16 >= sys-apps/findutils-4
17 >= sys-apps/gawk-3
18 >= sys-apps/tar-1
19 >= sys-apps/util-linux-2
20 >= sys-apps/debianutils-2
21 >= sys-dev/make-3"
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mtools
27
28 SRC_URI=(
29 gnu://gnu-arch/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 install -d ${SRCDIR}/build || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}/build
42
43 ../src/configure --prefix=/usr --with-posix-shell=/bin/bash || die
44 mmake -j1 || die
45 }
46
47 src_install()
48 {
49 cd ${SRCDIR}/build
50 make prefix=${BINDIR}/usr install || die
51 minstallexec ../src/tla/\=gpg-check.awk /usr/bin/tla-gpg-check.awk || die
52
53 cd ${SRCDIR}
54 minstalldocs AUTHORS README src/ChangeLog src/COPYING || die
55 }

Properties

Name Value
svn:keywords Id