diff options
-rwxr-xr-x | build | 13 | ||||
-rw-r--r-- | build-essential.pkg/control | 8 | ||||
-rw-r--r-- | build-essential.pkg/install | 0 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | copyright | 10 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | src/.hidden-treasure | 0 |
8 files changed, 40 insertions, 0 deletions
@@ -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 <pjm@nac.net> Thu, 21 Jun 2012 00:26:04 -0400 @@ -0,0 +1,3 @@ +Source: build-essential +Version: 0.1 +Maintainer: "P. J. McDermott" <pjm@nac.net> 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 +<file:///usr/share/common-licenses/Expat>. @@ -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 |