Magellan Linux

Contents of /smage/trunk/core/libsha1/libsha1-0.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1792 - (show annotations) (download)
Fri Sep 23 18:38:02 2011 UTC (12 years, 7 months ago) by niro
File size: 644 byte(s)
auto added: ver bump to 0.3-r3
1 # $Id$
2
3 PNAME="libsha1"
4 PVER="0.3"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="libsha1 is a very tiny SHA1 implementation."
10 HOMEPAGE="http://github.com/dottedmag/libsha1/"
11
12 DEPEND=">= virtual/glibc"
13
14 sminclude mbuild multilib mcore-split
15
16 SRCFILE="dottedmag-${PNAME}-${PVER}-0-g3f976bb.tar.gz"
17 SRCDIR="${BUILDDIR}/dottedmag-${PNAME}-0d113b5"
18
19 SRC_URI=(
20 http://download.github.com/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE}downloads | grep tarball | sed 's/.*\/tarball\/\(.*\)/\1/;q'"
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 # create configure
30 all-abis autoreconf --verbose --install --force || die
31 }