From 0f13b6eb094c45e5d65593a5e7c2d0af324f1f8d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Jun 2013 09:14:16 -0400 Subject: Update to SPF 2.0 and opkhelper 3.0. --- (limited to 'build') 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 -- cgit v0.9.1