2 Commits
3 ... 5

Author SHA1 Message Date
3c4ee2cf36 Forgot to update .setup 2011-08-15 20:57:22 -07:00
2419d958eb Added release-info. 2011-08-03 22:00:39 -07:00
2 changed files with 9 additions and 1 deletions

8
amazon-s3.release-info Normal file
View File

@@ -0,0 +1,8 @@
(repo git "git://github.com/ThomasHintz/chicken-scheme-{egg-name}.git") ; optional
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
(release "1")
(release "2")
(release "3")
(release "4")
(release "5")

View File

@@ -11,5 +11,5 @@
; Files to install for your extension: ; Files to install for your extension:
'("amazon-s3.o" "amazon-s3.so" "amazon-s3.import.so") '("amazon-s3.o" "amazon-s3.so" "amazon-s3.import.so")
; Assoc list with properties for your extension: ; Assoc list with properties for your extension:
'((version 2) '((version 5)
(static "amazon-s3.o"))) ;; for static linking (static "amazon-s3.o"))) ;; for static linking