From a160c6b73e3dc98511878f2af60824ac186495e6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 30 Jun 2013 17:12:30 -0400 Subject: Update to SPF 2.0 and new upstream version. Also, don't provide links to versioned files. --- (limited to 'build') diff --git a/build b/build index fcda0d5..43937f6 100755 --- a/build +++ b/build @@ -1,43 +1,3 @@ -#! /usr/bin/make -f +#!/usr/bin/make -f -VER = 1.0 -PKGS = opkhelper opkhelper-doc -BIN_DATA = /usr/bin/oh-applypatches \ - /usr/bin/oh-buildopk \ - /usr/bin/oh-checkbuilddeps \ - /usr/bin/oh-copyconfig \ - /usr/bin/oh-gencontrol \ - /usr/bin/oh-installdocs \ - /usr/bin/oh-installfiles \ - /usr/bin/oh-strip \ - /usr/bin/opkbuild -MAN_DATA = /usr/share/man/man1/oh-applypatches.1 \ - /usr/share/man/man1/oh-buildopk.1 \ - /usr/share/man/man1/oh-checkbuilddeps.1 \ - /usr/share/man/man1/oh-copyconfig.1 \ - /usr/share/man/man1/oh-gencontrol.1 \ - /usr/share/man/man1/oh-installdocs.1 \ - /usr/share/man/man1/oh-installfiles.1 \ - /usr/share/man/man1/oh-strip.1 \ - /usr/share/man/man1/opkbuild.1 \ - /usr/share/man/man7/opkhelper.7 - -$(PKGS): opkhelper.buildstamp - -.SILENT: opkhelper.buildstamp -opkhelper.buildstamp: - for file in $(BIN_DATA); do \ - mkdir -p "dest/$${file%/*}"; \ - basename="$${file##*/}"; \ - ln -s "$${basename}-$(VER)" "dest/$${file}"; \ - done - for file in $(MAN_DATA); do \ - mkdir -p "dest/$${file%/*}"; \ - basename="$${file##*/}"; \ - ln -s "$${basename%.*}-$(VER).$${basename##*.}" "dest/$${file}"; \ - done - oh-installfiles $(PKGS) - oh-installdocs opkhelper - oh-gencontrol $(PKGS) - oh-buildopk $(PKGS) - touch $@ +build install: -- cgit v0.9.1