From f6ee93bfaa23360fec45e638152c5e78d35321fd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 21 Jun 2012 00:46:09 -0400 Subject: Initial commit. --- diff --git a/build b/build new file mode 100755 index 0000000..22e14b8 --- /dev/null +++ b/build @@ -0,0 +1,13 @@ +#! /usr/bin/make -f + +PKGS = build-essential + +$(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 $@ diff --git a/build-essential.pkg/control b/build-essential.pkg/control new file mode 100644 index 0000000..43ae8c4 --- /dev/null +++ b/build-essential.pkg/control @@ -0,0 +1,8 @@ +Package: build-essential +Architecture: all +Depends: libc.6-dev, binutils, gcc, g++, make, opkhelper +Recommends: fakeroot +Suggests: autoconf, automake +Description: Metapackage for package building + This package depends on packages that are considered necessary for building + software packages. diff --git a/build-essential.pkg/install b/build-essential.pkg/install new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/build-essential.pkg/install diff --git a/changelog b/changelog new file mode 100644 index 0000000..e89d20b --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +build-essential (0.1) + + * Initial release. + + -- P. J. McDermott Thu, 21 Jun 2012 00:26:04 -0400 diff --git a/control b/control new file mode 100644 index 0000000..f590689 --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Source: build-essential +Version: 0.1 +Maintainer: "P. J. McDermott" diff --git a/copyright b/copyright new file mode 100644 index 0000000..dbbbdb7 --- /dev/null +++ b/copyright @@ -0,0 +1,10 @@ +Distribution Packaging +====================== + +Copyright (C) 2012 Patrick "P. J." McDermott + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the Expat/MIT License. + +On this system, a copy of the Expat License may be found at +. diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 diff --git a/src/.hidden-treasure b/src/.hidden-treasure new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/.hidden-treasure -- cgit v0.9.1