From 4ebcf671416927b64475da7b810b6016c847bf73 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 1 Apr 2014 14:35:54 +0000 Subject: Add morphology file, since it doesn't istall libitzam.pc by default --- configure.ac | 2 +- itzam-tarball.morph | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 itzam-tarball.morph diff --git a/configure.ac b/configure.ac index b2b6b74..48088aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(src/itzam.h) AC_CONFIG_MACRO_DIR([m4]) -GENERIC_LIBRARY_NAME=libitzam +GENERIC_LIBRARY_NAME=itzam #release versioning GENERIC_MAJOR_VERSION=6 diff --git a/itzam-tarball.morph b/itzam-tarball.morph new file mode 100644 index 0000000..b8e6631 --- /dev/null +++ b/itzam-tarball.morph @@ -0,0 +1,10 @@ +name: itzam-tarball +kind: chunk +build-system: autotools +pre-configure-commands: + - sed -i 's/GENERIC_LIBRARY_NAME=libitzam/GENERIC_LIBRARY_NAME=itzam/g' configure.ac + - mkdir m4 + - touch NEWS README AUTHORS ChangeLog + - autoreconf -ivf +post-install-commands: + - install -D -m644 libitzam.pc "$DESTDIR$PREFIX/lib/pkgconfig/libitzam.pc" -- cgit v1.2.1