Magellan Linux

Annotation of /branches/R11-stable/core/libpipeline/libpipeline-1.2.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20403 - (hide annotations) (download)
Mon Dec 23 10:55:31 2013 UTC (10 years, 4 months ago) by niro
Original Path: trunk/core/libpipeline/libpipeline-1.2.6-r1.smage2
File size: 547 byte(s)
auto added: ver bump to 1.2.6-r1
1 niro 20403 # $Id$
2    
3     PNAME="libpipeline"
4     PVER="1.2.6"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="library for manipulating pipelines of subprocesses."
10     HOMEPAGE="http://libpipeline.nongnu.org/"
11    
12     DEPEND=">= virtual/glibc"
13     SDEPEND=">= dev-util/pkgconfig-0.25"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild mtools
19    
20     SRC_URI=(
21     http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd 'http://download.savannah.gnu.org/releases/${PNAME}/?C=M;O=A' | lasttarball gz"