bencode-tools, new recipe (#773)

This commit is contained in:
Schrijvers Luc
2016-10-21 23:49:57 +02:00
committed by waddlesplash
parent 313911610b
commit c833aee05f
2 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
From c93bb93e74c6d568990572f81eff3eea9658f75d Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sat, 20 Aug 2016 17:11:08 +0200
Subject: remove the include directory
diff --git a/Makefile.in b/Makefile.in
index d03e60f..2ded1d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ install:
install -m 644 include/bencodetools/*.h "$(PREFIX)/include/bencodetools/"
install -m 644 libbencodetools.so "$(PREFIX)/lib/"
install bencat "$(PREFIX)/bin/"
+ rm -R "$(PREFIX)/include"
%.o: %.c
$(CC) $(CFLAGS) -c $<
--
2.7.0