[weasel-commit] Source: ustr=1.0.4-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 05 Aug 2010 19:40:39 -0400

================================
ustr:source=1.0.4-1
cvc rdiff ustr -1 /weasel.rpath.org@wgl:3-devel/1.0.4-1
================================
1.0.4-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Aug  5 19:40:06 2010
    ustr 1.0.4

ustr.recipe: new
--- /dev/null
+++ ustr.recipe
@@ -0,0 +27 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+class Ustr(CPackageRecipe):
+    name = 'ustr'
+    version = '1.0.4'
+
+    buildRequires = []
+
+    shortDesc  = 'Low-overhead managed string library for C'
+    longDesc   = """
+ustr is a string library designed to be very space efficient, and
+easily integrate with "normal" C string handling code. This means that
+it is designed to allow the programer to create the "strings" from
+allocated memory, the stack and read-only memory.
+"""
+    url        = 'http://www.and.org/ustr'
+    licenses   = [ 'BSD-2', 'MIT', 'LGPL-2' ]
+    categories = [ 'System', 'Development/Libraries' ]
+
+    def setup(r):
+        r.addArchive('ftp://ftp.and.org/pub/james/ustr/%(version)s/')
+
+        r.Make('all all-shared')
+        r.MakeInstall()

ustr-1.0.4.tar.bz2: new

Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: ustr=1.0.4-1 - rbuilder