comparison src/aubio.mk @ 669:7d39dfb2b0db

bugfix: use "$(TARGET)-pkg-config" instead of "pkg-config" in package aubio
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 26 Jan 2010 23:15:56 +0100
parents e9828e3cf4f0
children 29f1ba4559ae
comparison
equal deleted inserted replaced
668:b37283cb0a26 669:7d39dfb2b0db
17 $(SED) -n 's,.*aubio-\([0-9][^>]*\)\.tar.*,\1,p' | \ 17 $(SED) -n 's,.*aubio-\([0-9][^>]*\)\.tar.*,\1,p' | \
18 head -1 18 head -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 cd '$(1)' && autoconf && ./configure \ 22 cd '$(1)' && autoconf
23 cd '$(1)' && ./configure \
23 --host='$(TARGET)' \ 24 --host='$(TARGET)' \
24 --disable-shared \ 25 --disable-shared \
25 --disable-jack \ 26 --disable-jack \
26 --prefix='$(PREFIX)/$(TARGET)' 27 --prefix='$(PREFIX)/$(TARGET)'
27 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 28 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=