[Frugalware-darcs] frugalware-current: include/python.sh: added asciidoc documentation

VMiklos vmiklos at frugalware.org
Mon Feb 26 00:46:03 CET 2007


Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070225234357-e2957-5d82fd43021f7b2db29e7c8c0f60aed1138af524.gz;

[include/python.sh: added asciidoc documentation
VMiklos <vmiklos at frugalware.org>**20070225234357] {
hunk ./source/include/python.sh 3
-# (c) 2006 Miklos Vajna <vmiklos at frugalware.org>
-# python.sh for Frugalware
-# distributed under GPL License
-
-# common variables for python packages
-
+###
+# = python.sh(3)
+# Miklos Vajna <vmiklos at frugalware.org>
+#
+# == NAME
+# python.sh - for Frugalware
+#
+# == SYNOPSIS
+# Common schema for python packages.
+#
+# == EXAMPLE
+# --------------------------------------------------
+# pkgname=newt
+# # pkgver, pkgrel, pkgdesc, url, depends, groups, archs, up2date, source
+# sha1sums=('ef783a28a0ba0ec7015bb4cf06b10cd42bbb3aa3')
+# Finclude python
+#
+# build()
+# {
+#         Fcd
+#         tar -xzvf newt-$pkgver.tar.gz
+#         cd newt-$pkgver
+#         Fsed "-O2" "$CFLAGS" Makefile.in
+#         Fsed "python2\.4" "python$_F_python_ver" Makefile.in
+#         Fbuild
+# }
+# --------------------------------------------------
+#
+# == OVERWRITTEN VARIABLES
+# * _F_python_libdir (example: usr/lib/python2.5/site-packages)
+# * _F_python_ver (example: 2.5)
+###
}


More information about the Frugalware-darcs mailing list