================================
gbuild:source=0.6-1
cvc rdiff gbuild -1 /[EMAIL PROTECTED]:desktop/0.6-1
================================
0.6-1 Gil Hamlin ([EMAIL PROTECTED]) Tue Jun 14 12:38:59 2005
    Added gbuild - a cvs script automater
    
gbuild.recipe: new
# Gil Hamlin
# [EMAIL PROTECTED]
# 14th June 2005

class gbuild(PackageRecipe):
    buildRequires=["glibc:devel"]

    name = "gbuild"
    version = "0.6"

    def setup(r):
        r.addArchive("http://cryon.com/gbuild/gbuild-0.6.tar.gz";)
        r.Configure()
        r.Make()
        r.MakeInstall()

#       Here are the docs

        r.Doc('AUTHORS', 'COPYING', 'NEWS', 'README')

gbuild-0.6.tar.gz: new

Committed by: gil
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to