From 7e822e245d41bacc7755180cef2bb952fba96f9b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 13 Aug 2013 15:55:42 -0400 Subject: Update to SPF 2.0. --- diff --git a/build b/build index 22e14b8..4aba4e7 100755 --- a/build +++ b/build @@ -1,13 +1,5 @@ -#! /usr/bin/make -f +#!/usr/bin/make -f -PKGS = build-essential +build: -$(PKGS): build-essential.buildstamp - -.SILENT: build-essential.buildstamp -build-essential.buildstamp: - oh-installfiles $(PKGS) - oh-installdocs build-essential - oh-gencontrol $(PKGS) - oh-buildopk $(PKGS) - touch $@ +install: diff --git a/build-essential.pkg/control b/build-essential.pkg/control index 43ae8c4..8dc7685 100644 --- a/build-essential.pkg/control +++ b/build-essential.pkg/control @@ -1,5 +1,5 @@ -Package: build-essential Architecture: all +Platform: all Depends: libc.6-dev, binutils, gcc, g++, make, opkhelper Recommends: fakeroot Suggests: autoconf, automake diff --git a/build-essential.pkg/install b/build-essential.pkg/docs index e69de29..e69de29 100644 --- a/build-essential.pkg/install +++ b/build-essential.pkg/docs diff --git a/changelog b/changelog index e89d20b..7d250f9 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +build-essential (0.2) trunk + + * Update to SPF 2.0. + + -- "P. J. McDermott" Tue, 13 Aug 2013 15:52:44 -0400 + build-essential (0.1) * Initial release. diff --git a/control b/control index f590689..6b60997 100644 --- a/control +++ b/control @@ -1,3 +1 @@ -Source: build-essential -Version: 0.1 Maintainer: "P. J. McDermott" diff --git a/format b/format index d3827e7..cd5ac03 100644 --- a/format +++ b/format @@ -1 +1 @@ -1.0 +2.0 -- cgit v0.9.1