summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 09:14:16 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 09:14:16 (EDT)
commit0f13b6eb094c45e5d65593a5e7c2d0af324f1f8d (patch)
treec20a3a6940594517e7bf416af56cfd2708ac2439 /build
parentb84ec9ddc074d3f753357dada0315478a2a1cbeb (diff)
Update to SPF 2.0 and opkhelper 3.0.
Diffstat (limited to 'build')
-rwxr-xr-xbuild29
1 files changed, 13 insertions, 16 deletions
diff --git a/build b/build
index 1700de2..78fa765 100755
--- a/build
+++ b/build
@@ -1,18 +1,15 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
-opkg opkg-doc libopkg.1 libopkg.1-dbg libopkg.1-dev: opkg.buildstamp
-
-.SILENT: opkg.buildstamp
-opkg.buildstamp:
- cd src && chmod a+x configure && \
- ./configure --prefix=/usr \
- --build=${OH_BUILD_ARCH_GNU} --host=${OH_HOST_ARCH_GNU} \
+build:
+ chmod a+x src/configure
+ oh-autoconfigure -- \
--disable-static \
- --disable-curl --disable-ssl-curl --disable-gpg && \
- make && make DESTDIR=$$(pwd)/../dest install
- oh-strip -gl /usr/lib/libopkg.so.1.0.0
- oh-installfiles opkg opkg-doc libopkg.1 libopkg.1-dbg libopkg.1-dev
- oh-installdocs libopkg.1
- oh-gencontrol opkg opkg-doc libopkg.1 libopkg.1-dbg libopkg.1-dev
- oh-buildopk opkg opkg-doc libopkg.1 libopkg.1-dbg libopkg.1-dev
- touch opkg.buildstamp
+ --disable-curl --disable-ssl-curl --disable-gpg
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ oh-fixperms
+ oh-strip -k
+ oh-installfiles