committed by
Christian Helmuth
parent
b2eef37312
commit
5da85325d4
@@ -1 +0,0 @@
|
||||
0a60a00a30f8e7931a5afa628a8c46b1f1731a12
|
||||
@@ -1,19 +0,0 @@
|
||||
LICENSE := CUSTOM
|
||||
DOWNLOADS := libpqxx.archive
|
||||
VERSION := 4.0
|
||||
|
||||
URL(libpqxx) := http://pqxx.org/download/software/libpqxx/libpqxx-$(VERSION).tar.gz
|
||||
SHA(libpqxx) := b160043289cfbf2a186d3b12f9976b6914e76d918d3d4469ff408bd199bbb8ed
|
||||
DIR(libpqxx) := src/lib/libpqxx
|
||||
|
||||
DIRS := include/pqxx
|
||||
DIR_CONTENT(include/pqxx) := $(REP_DIR)/include/pqxx/*.h
|
||||
|
||||
|
||||
SRC_FOLDERS := `pwd`$(call select_from_ports,libpqxx)/src/lib/libpqxx/src
|
||||
|
||||
rename_files = cd $(SRC_FOLDERS); rename -v -f "s/\.cxx/\.cpp/" *.cxx
|
||||
|
||||
default: $(DOWNLOADS)
|
||||
@$(MSG_GENERATE) Fixing source file extensions
|
||||
$(VERBOSE)$(call rename_files)
|
||||
Reference in New Issue
Block a user