summaryrefslogtreecommitdiff
path: root/packages/u2nl
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-19 13:03:25 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-19 13:03:25 +0000
commit8997c7132b2f2c681a25869862787bbfcb2a1baf (patch)
tree7f15448c06eb96a1115fe9c1ae31e81c65822f39 /packages/u2nl
parent378b7ec5b0c5dd38ec0d7d4e69c4078e6c22acca (diff)
parent4085ace5b4bea5cfbf73db10fdadc05b68108afa (diff)
merge of '1df6d041b2c60bf99f158bc629911c2bd43cb76b'
and 'f5f0e13e97c221bdaa5281f17bf2ce322fc3ea4b'
Diffstat (limited to 'packages/u2nl')
-rw-r--r--packages/u2nl/files/buildsystem.patch18
-rw-r--r--packages/u2nl/u2nl_1.3.bb (renamed from packages/u2nl/u2nl_1.1.bb)0
2 files changed, 8 insertions, 10 deletions
diff --git a/packages/u2nl/files/buildsystem.patch b/packages/u2nl/files/buildsystem.patch
index 2877a01729..9de58fa435 100644
--- a/packages/u2nl/files/buildsystem.patch
+++ b/packages/u2nl/files/buildsystem.patch
@@ -1,8 +1,8 @@
-Index: u2nl-1.1/Makefile
+Index: u2nl-1.3/Makefile
===================================================================
---- u2nl-1.1.orig/Makefile 2005-03-06 16:32:23.000000000 -0500
-+++ u2nl-1.1/Makefile 2005-03-11 02:38:00.454572600 -0500
-@@ -1,10 +1,25 @@
+--- u2nl-1.3.orig/Makefile 2005-01-03 19:31:20.000000000 +0100
++++ u2nl-1.3/Makefile 2006-12-14 12:38:15.052227000 +0100
+@@ -1,5 +1,25 @@
+CC = gcc
+CFLAGS = -Wall -g
+LDFLAGS =
@@ -17,18 +17,16 @@ Index: u2nl-1.1/Makefile
all: u2nl
u2nl: u2nl.c
-- gcc $(CFLAGS) -Wall -g u2nl.c -o u2nl
+- gcc -Wall -g u2nl.c -o u2nl
-
+ $(CC) $(CFLAGS) $(LDFLAGS) u2nl.c -o u2nl
+
- install:
-- cp u2nl /usr/local/bin
++install:
+ $(INSTALL_DIR) $(DESTDIR)$(bindir)
+ $(INSTALL_BIN) u2nl $(DESTDIR)$(bindir)/u2nl
+
+uninstall:
+ -rm -f $(DESTDIR)$(bindir)/u2nl
-
- clean:
-- rm -fR u2nl
++
++clean:
+ -rm -fR u2nl
diff --git a/packages/u2nl/u2nl_1.1.bb b/packages/u2nl/u2nl_1.3.bb
index 7cfa7b75ba..7cfa7b75ba 100644
--- a/packages/u2nl/u2nl_1.1.bb
+++ b/packages/u2nl/u2nl_1.3.bb