diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-13 15:55:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-13 15:56:41 (EDT) |
commit | 7e822e245d41bacc7755180cef2bb952fba96f9b (patch) | |
tree | 800a62b6f035094e56467b7a828a1fea5348d5d4 | |
parent | f6ee93bfaa23360fec45e638152c5e78d35321fd (diff) |
Update to SPF 2.0.
-rwxr-xr-x | build | 14 | ||||
-rw-r--r-- | build-essential.pkg/control | 2 | ||||
-rw-r--r-- | build-essential.pkg/docs (renamed from build-essential.pkg/install) | 0 | ||||
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | format | 2 |
6 files changed, 11 insertions, 15 deletions
@@ -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 @@ -1,3 +1,9 @@ +build-essential (0.2) trunk + + * Update to SPF 2.0. + + -- "P. J. McDermott" <pjm@nac.net> Tue, 13 Aug 2013 15:52:44 -0400 + build-essential (0.1) * Initial release. @@ -1,3 +1 @@ -Source: build-essential -Version: 0.1 Maintainer: "P. J. McDermott" <pjm@nac.net> @@ -1 +1 @@ -1.0 +2.0 |