Magellan Linux

Annotation of /trunk/core/libunistring/libunistring-1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33634 - (hide annotations) (download)
Mon Aug 14 19:57:23 2023 UTC (9 months, 2 weeks ago) by niro
File size: 428 byte(s)
-moved to 'core'
1 niro 33598 # $Id$
2    
3     PNAME="libunistring"
4     PVER="1.1"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Library for manipulating Unicode strings and C strings."
10     HOMEPAGE="https://www.gnu.org/software/libunistring/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.xz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib mbuild
18    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_gnu ${PNAME} xz"