Magellan Linux

Contents of /smage/trunk/core/libgpg-error/libgpg-error-1.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5477 - (show annotations) (download)
Wed Mar 26 10:20:45 2014 UTC (10 years, 2 months ago) by niro
File size: 816 byte(s)
-fixed alx-split
1 # $Id$
2
3 PNAME="libgpg-error"
4 PVER="1.12"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="Libgpg-error is a small library with error codes and descriptions shared by most GnuPG related software."
10 HOMEPAGE="http://www.gnupg.org/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 EMUL_LINUX_32=true
18 # only keep libs, bins shoul drised in dev pkg
19 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
20 sminclude mbuild multilib alx-split
21
22 SRC_URI=(
23 #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
24 ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 #UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
29 UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | highesttarball"