Skip to content

Commit

Permalink
packages freetype libgpg_error libpng pcre: add prefixed *-config links
Browse files Browse the repository at this point in the history
  • Loading branch information
lemzwerg authored and tonytheodore committed Aug 7, 2013
1 parent 16a27ab commit c25cc83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/freetype.mk
Expand Up @@ -28,4 +28,5 @@ define $(PKG)_BUILD
FT2_EXTRA_LIBS="`$(TARGET)-pkg-config libpng --libs`"
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
ln -sf '$(PREFIX)/$(TARGET)/bin/freetype-config' '$(PREFIX)/bin/$(TARGET)-freetype-config'
endef
1 change: 1 addition & 0 deletions src/libgpg_error.mk
Expand Up @@ -26,4 +26,5 @@ define $(PKG)_BUILD
--disable-languages
$(MAKE) -C '$(1)/src' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)/src' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
ln -sf '$(PREFIX)/$(TARGET)/bin/gpg-error-config' '$(PREFIX)/bin/$(TARGET)-gpg-error-config'
endef
1 change: 1 addition & 0 deletions src/libpng.mk
Expand Up @@ -28,6 +28,7 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
ln -sf '$(PREFIX)/$(TARGET)/bin/libpng-config' '$(PREFIX)/bin/$(TARGET)-libpng-config'

'$(TARGET)-gcc' \
-W -Wall -Werror -std=c99 -pedantic \
Expand Down
1 change: 1 addition & 0 deletions src/pcre.mk
Expand Up @@ -34,4 +34,5 @@ define $(PKG)_BUILD
--disable-pcretest-libreadline
rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/pcre16*.3
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
ln -sf '$(PREFIX)/$(TARGET)/bin/pcre-config' '$(PREFIX)/bin/$(TARGET)-pcre-config'
endef

0 comments on commit c25cc83

Please sign in to comment.