Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a8f9016e7f0709b6d4020e516c41bac7c4650423

commit a8f9016e7f0709b6d4020e516c41bac7c4650423
Author: jercel <jerce...@gmail.com>
Date:   Fri Jun 26 22:59:37 2009 +0200

pyjama-0.3.0.1-1-i686

* New Package
* Close FS#3798

diff --git a/source/xapps-extra/pyjama/FrugalBuild 
b/source/xapps-extra/pyjama/FrugalBuild
new file mode 100644
index 0000000..5415cca
--- /dev/null
+++ b/source/xapps-extra/pyjama/FrugalBuild
@@ -0,0 +1,32 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: jercel <jerce...@gmail.com>
+
+pkgname=pyjama
+pkgver=0.3.0.1
+pkgrel=1
+pkgdesc="Unofficial Python/GTK Medialibrary for Jamendo"
+url="https://launchpad.net/pyjama";
+depends=('pygtk>=2.14.1-2' 'gst-python>=0.10.15' 'python-3.0-sqlite3>=3.0.1' 
'gnome-python-extras>=2.25.3-2' 'pyxml>=0.8.4-3' 'python-simplejson>=2.0.9' 
'gst-plugins-bad>=0.10.13' 'notify-python')
+options=('scriptlet')
+groups=('xapps-extra')
+archs=('i686')
+up2date="elinks -dump '$url/+download' | sed 's/_all//g' | Flasttar"
+source=(http://launchpad.net/$pkgname/trunk/0.3/+download/${pkgname}-${pkgver}_all.tar.gz)
+sha1sums=('f2059bf6b05f04dccb01c2f3c1ec50419281f92d')
+
+build()
+{
+       Fcd ${pkgname}-${pkgver}_all
+
+       # Well I just follow the install.sh which comes with the source code...
+       Fmkdir /usr/share/pyjama
+       Fmkdir /usr/share/pixmaps
+       Fmkdir /usr/share/applications
+       Fcp ${pkgname}-${pkgver}_all/src/* /usr/share/pyjama/
+       Fmv /usr/share/pyjama/images/pyjama.xpm /usr/share/pixmaps/
+       Fmv /usr/share/pyjama/pyjama.desktop /usr/share/applications/
+
+       # Symbolic link for /usr/bin
+       Fmkdir /usr/bin/
+       Fwrapper "python /usr/share/pyjama/$pkgname.py" $pkgname
+}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to