[Frugalware-git] interim: sourceforge.sh
crazy
crazy at frugalware.org
Sun Aug 10 00:34:05 CEST 2008
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=c16b1adff5a8347407c9c25dc19007ed1ec4f695
commit c16b1adff5a8347407c9c25dc19007ed1ec4f695
Author: crazy <crazy at frugalware.org>
Date: Sun May 25 14:14:22 2008 +0200
sourceforge.sh
* document _F_sourceforge_pkgver
diff --git a/source/include/sourceforge.sh b/source/include/sourceforge.sh
index ae8da5c..c4764b6 100644
--- a/source/include/sourceforge.sh
+++ b/source/include/sourceforge.sh
@@ -45,6 +45,9 @@
# * _F_sourceforge_sep ( defaults to - ): used for source() only right now. As example
# for an "baz_1.2.3.tar.gz" tarball you should use _F_sourceforge_sep="_" , for empty
# values use _F_sourceforge_sep="None" that way you can dowload such foo1234.tgz
+# * _F_sourceforge_pkgver ( defaults to $pkgver ) : Some packages are called foo-1.2.3
+# but the source is called different from $pkgver , e.g: foo-123 , foo-12.3 , in such
+# a case _F_sourceforge_pkgver may help to avoid custom $source
###
if [ -z "$_F_sourceforge_name" ]; then
_F_sourceforge_name=$pkgname
More information about the Frugalware-git
mailing list