gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1361: add gcide at 0.51


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1361: add gcide at 0.51
Date: Sat, 08 Dec 2012 19:46:37 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1361
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-08 19:46:37 +0100
message:
  add gcide at 0.51
added:
  gnu/gcide/
  gnu/gcide/Makefile
  gnu/gcide/config.mk
  gnu/gcide/sha256sums
=== added directory 'gnu/gcide'
=== added file 'gnu/gcide/Makefile'
--- a/gnu/gcide/Makefile        1970-01-01 00:00:00 +0000
+++ b/gnu/gcide/Makefile        2012-12-08 18:46:37 +0000
@@ -0,0 +1,35 @@
+GARNAME = gcide
+GARVERSION = 0.51
+HOME_URL = http://gcide.gnu.org.ua/
+DESCRIPTION = A collaborative international dictionary of English
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+INSTALL_SCRIPTS = gcide
+
+BUILDDEPS =
+LIBDEPS = dico
+
+######################################################################
+
+include ../../gar.mk
+include config.mk
+
+install-gcide:
+       @echo -e "[$(OK)install$(OFF)] $(MSG)Installing dictionary files$(OFF)"
+       @mkdir -p $(packageprefix)/share/gcide
+       @for f in $(WORKSRC)/*; do \
+               install -m644 $$f $(packageprefix)/share/gcide/`basename $$f`; \
+       done
+       $(MAKECOOKIE)
+
+post-install:
+       @echo -e "$(MSG)GCIDE was installed to $(prefix)/share/gcide. To"
+       @echo -e "browse the dictionary, use the gcider program installed"
+       @echo -e "from the dico package and point it to the location of"
+       @echo -e "GCIDE.$(OFF)"
+       $(MAKECOOKIE)

=== added file 'gnu/gcide/config.mk'
--- a/gnu/gcide/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/gcide/config.mk       2012-12-08 18:46:37 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gcide ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/gcide/sha256sums'
--- a/gnu/gcide/sha256sums      1970-01-01 00:00:00 +0000
+++ b/gnu/gcide/sha256sums      2012-12-08 18:46:37 +0000
@@ -0,0 +1,2 @@
+596b927deeefdc7211661511433975e0a5d13bdcfcf8b7a69b4107b28460088b  
download/gcide-0.51.tar.gz
+66899a62f19dc56b3b6f7b0b199bf4da6672b3d9ee0e13b787d25d3a6b91d855  
download/gcide-0.51.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]