================================
cowbell:source=0.2.7.1-2 (previous: 0.2.7.1-1)
cvc rdiff cowbell -1 /[EMAIL PROTECTED]:desktop/0.2.7.1-2
================================
0.2.7.1-2 Ken VanDine ([EMAIL PROTECTED]) Wed Jul 12 15:18:17 2006
CPackageRecipe, and added buildReqs
cowbell.recipe: changed
Index: cowbell.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- cowbell.recipe /[EMAIL PROTECTED]:desktop/0.2.7.1-1
+++ cowbell.recipe /[EMAIL PROTECTED]:desktop/0.2.7.1-2
@@ -1,13 +1,15 @@
-class CowBell(PackageRecipe):
+class CowBell(CPackageRecipe):
buildRequires = [ 'mono:runtime', 'gtk-sharp:devellib',
'taglib:devel', 'desktop-file-utils:runtime',
- 'gtk-sharp:lib', 'mono:lib' ]
-
+ 'gtk-sharp:lib', 'mono:lib', 'gettext:runtime',
+ 'gtk:runtime', 'libstdc++:devel', 'perl:runtime',
+ 'pkgconfig:devel' ]
+
name = "cowbell"
version = "0.2.7.1"
def setup(r):
-
r.addArchive('http://www.more-cowbell.org/releases/%(name)s-%(version)s.tar.gz')
- r.Configure()
- r.Make()
- r.MakeInstall()
- r.Requires('taglib:lib', '%(libdir)s/cowbell/cowbell.exe')
+
r.addArchive('http://www.more-cowbell.org/releases/%(name)s-%(version)s.tar.gz')
+ r.Configure()
+ r.Make()
+ r.MakeInstall()
+ r.Requires('taglib:lib', '%(libdir)s/cowbell/cowbell.exe')
Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits