[Frugalware-git] wipv: squeak-image-4.1-1-i686
Michel Hermier
hermier at frugalware.org
Tue Sep 14 18:53:23 CEST 2010
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=da6313745b80af8df3972e9dcc717cab49c3635e
commit da6313745b80af8df3972e9dcc717cab49c3635e
Author: Michel Hermier <hermier at frugalware.org>
Date: Sun Jul 18 20:55:46 2010 +0200
squeak-image-4.1-1-i686
* Bump version (name changed upstream).
diff --git a/source/devel-extra/squeak-image/FrugalBuild b/source/devel-extra/squeak-image/FrugalBuild
new file mode 100644
index 0000000..22f47fa
--- /dev/null
+++ b/source/devel-extra/squeak-image/FrugalBuild
@@ -0,0 +1,32 @@
+# Compiling time: 0.02 SBU
+# Maintainer: Michel Hermier <hermier at frugalware.org>
+
+pkgname=squeak-image
+_F_archive_name=Squeak
+Fpkgversep=
+pkgver=4.1
+pkgrel=1
+_F_archive_name_full=${_F_archive_name}${Fpkgversep}${pkgver}${pkgextraver}
+pkgdesc="The official Squeak image."
+url="http://squeak.org"
+license="Apple"
+rodepends=('squeak')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+up2date="Flastarchive http://ftp.squeak.org/current_stable/ '.zip'"
+source=(http://ftp.squeak.org/${pkgver}/${_F_archive_name_full}.zip)
+sha1sums=('ef099a5270189c750c9487d606c65aae284316de')
+
+conflicts=('squeak-basicimage' 'squeak-sources')
+provides=("${conflicts[@]}")
+replaces=("${conflicts[@]}")
+
+build()
+{
+ Fmkdir /usr/lib/squeak
+ Finstall 0644 ${_F_archive_name_full}.changes /usr/lib/squeak/
+ Finstall 0644 ${_F_archive_name_full}.image /usr/lib/squeak/
+ Finstall 0644 ${_F_archive_name}V${pkgver/\./}.sources /usr/lib/squeak/
+}
+
+# optimization OK
More information about the Frugalware-git
mailing list