Magellan Linux

Annotation of /trunk/extras/tla/tla-1.3.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4273 - (hide annotations) (download)
Tue Dec 1 14:17:09 2009 UTC (14 years, 6 months ago) by niro
File size: 1126 byte(s)
auto added: ver bump to 1.3.5-r2
1 niro 4273 # $Id$
2    
3     PNAME="tla"
4     PVER="1.3.5"
5     PBUILD="r2"
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     UP2TARBALL="tla"
34     UP2DATE="updatecmd_gnu gnu-arch gz"
35    
36     src_prepare()
37     {
38     munpack ${SRCFILE} || die
39     install -d ${SRCDIR}/build || die
40     }
41    
42     src_compile()
43     {
44     cd ${SRCDIR}/build
45    
46     ../src/configure --prefix=/usr --with-posix-shell=/bin/bash || die
47     mmake -j1 || die
48     }
49    
50     src_install()
51     {
52     cd ${SRCDIR}/build
53     make prefix=${BINDIR}/usr install || die
54     minstallexec ../src/tla/\=gpg-check.awk /usr/bin/tla-gpg-check.awk || die
55    
56     cd ${SRCDIR}
57     minstalldocs AUTHORS README src/ChangeLog src/COPYING || die
58     }

Properties

Name Value
svn:keywords Id