Skip to content

Commit 359ab94

Browse files
author
Thomas Hirsch
committed
Merge pull request #14 from rubund/master
Deb-package configuration. Tbd: update version history
2 parents b201195 + a9ec6fd commit 359ab94

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
4.1.1:
2+
Simplified building routines in Linux, Windows and Mac
3+
...
4+
...
5+
Translated some documentation into English.
6+
4.1.0:
7+
First release to be published under an open source license

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
ACLOCAL_AMFLAGS = -I m4
22
AUTOMAKE_OPTIONS = foreign
33
SUBDIRS = src/GM src/UT src/FYBA doc
4+
5+
pkgconfigdir = $(libdir)/pkgconfig
6+
pkgconfig_DATA = fyba.pc

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ AC_FUNC_STRTOD
3333
AC_CHECK_FUNCS([floor getcwd memmove memset mkdir modf pow rmdir sqrt strchr strerror strpbrk strstr strtol strtoul])
3434

3535
AC_OUTPUT
36-
AC_OUTPUT(Makefile src/GM/Makefile src/UT/Makefile src/FYBA/Makefile doc/Makefile)
36+
AC_OUTPUT(fyba.pc Makefile src/GM/Makefile src/UT/Makefile src/FYBA/Makefile doc/Makefile)

doc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docdir = $(datadir)/doc/@PACKAGE@
2-
doc_DATA = en_EN/fyba.html en_EN/fyba1.html en_EN/fyba2.html no_NB/fyba.html no_NB/fyba1.html no_NB/fyba2.html
2+
doc_DATA = en_EN/fyba.html en_EN/fyba1.html en_EN/fyba2.html
33

fyba.pc.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
prefix=@prefix@
2+
exec_prefix=@exec_prefix@
3+
libdir=@libdir@
4+
includedir=@includedir@
5+
6+
Name: @PACKAGE_NAME@
7+
Description: FYBA library to read and write norwegian geodata standard format SOSI
8+
Version: @PACKAGE_VERSION@
9+
Requires:
10+
Libs: -L${libdir} -lfyba
11+
Cflags: -I${includedir}/fyba

0 commit comments

Comments
 (0)