summaryrefslogtreecommitdiffstats
path: root/tools/skeleton.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skeleton.py')
-rwxr-xr-xtools/skeleton.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/skeleton.py b/tools/skeleton.py
index c66f2df..065bf16 100755
--- a/tools/skeleton.py
+++ b/tools/skeleton.py
@@ -84,12 +84,14 @@ BUILDERS = {
}
PC_AND_TEST = r'''
- # create pkg-config files
+ # create pkg-config file
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/pkgconfig'
(echo 'Name: $(PKG)'; \
echo 'Version: $($(PKG)_VERSION)'; \
- echo 'Description: %(description)s'; \
- echo 'Libs: -l%(libname)s';) \
+ echo 'Description: $($(PKG)_DESCR)'; \
+ echo 'Requires:'; \
+ echo 'Libs: -l%(libname)s'; \
+ echo 'Cflags.private:';) \
> '$(PREFIX)/$(TARGET)/lib/pkgconfig/$(PKG).pc'
# compile test