comparison src/popt.mk @ 684:6ab8ff5ab4f6

use the autotools for package popt
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 03:06:08 +0100
parents dab071eac9c0
children 29f1ba4559ae
comparison
equal deleted inserted replaced
683:9a35ed88357b 684:6ab8ff5ab4f6
18 $(SED) -n 's,.*popt-\([0-9][^>]*\)\.tar.*,\1,p' | \ 18 $(SED) -n 's,.*popt-\([0-9][^>]*\)\.tar.*,\1,p' | \
19 tail -1 19 tail -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd '$(1)' && aclocal -I m4
24 cd '$(1)' && autoheader
25 cd '$(1)' && automake --add-missing
26 cd '$(1)' && autoconf
23 cd '$(1)' && ./configure \ 27 cd '$(1)' && ./configure \
24 --host='$(TARGET)' \ 28 --host='$(TARGET)' \
25 --disable-shared \ 29 --disable-shared \
26 --prefix='$(PREFIX)/$(TARGET)' \ 30 --prefix='$(PREFIX)/$(TARGET)' \
27 --enable-nls 31 --enable-nls