gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1007: clean up fribidi


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1007: clean up fribidi
Date: Sun, 28 Oct 2012 22:58:29 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1007
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 22:58:29 +0100
message:
  clean up fribidi
added:
  gnu/fribidi/config.mk
modified:
  gnu/fribidi/Makefile
=== modified file 'gnu/fribidi/Makefile'
--- a/gnu/fribidi/Makefile      2012-08-31 20:10:08 +0000
+++ b/gnu/fribidi/Makefile      2012-10-28 21:58:29 +0000
@@ -1,20 +1,23 @@
 GARNAME = fribidi
 GARVERSION = 0.19.4
+HOME_URL = http://www.gnu.org/software/fribidi
+DESCRIPTION = An implementation of the Unicode Bidirectional Algorithm
+
+######################################################################
 
 MASTER_SITES = http://www.fribidi.org/
 MASTER_SUBDIR = download/
-
 DISTFILES = $(DISTNAME).tar.bz2
-#SIGFILES = $(DISTNAME).tar.bz2.asc
+SIGFILES = 
 CHECKSUM_FILE = $(DISTNAME).tar.bz2.sha1sum
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
 PATCHFILES = fix-glib-import.diff
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk
+
 PATCHOPTS = -p2
-
-HOME_URL = http://www.gnu.org/software/fribidi
-DESCRIPTION = An implementation of the Unicode Bidirectional Algorithm
-
-include ../../gar.lib/auto.mk

=== added file 'gnu/fribidi/config.mk'
--- a/gnu/fribidi/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/fribidi/config.mk     2012-10-28 21:58:29 +0000
@@ -0,0 +1,4 @@
+## Configuration options for fribidi ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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