From 64e54d02ecbf5bf8117755467ede57e78350d195 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 29 Jun 2012 22:39:17 -0400 Subject: Soon oh-* utils won't need package lists. --- diff --git a/specs/source-package-format-2.0.txt b/specs/source-package-format-2.0.txt index a177897..2a21db4 100644 --- a/specs/source-package-format-2.0.txt +++ b/specs/source-package-format-2.0.txt @@ -527,8 +527,6 @@ Following is an example `build.in` file: #! /usr/bin/make -f - PKGS_ARCH = opkg libopkg.1 libopkg.1-dbg - PKGS_INDEP = opkg-doc libopkg.1-dev PKG_COMMON = libopkg.1 configure.stamp: configure @@ -550,16 +548,16 @@ Following is an example `build.in` file: binary-arch: install-arch.stamp oh-strip -gl /usr/lib/libopkg.so.1.0.0 - oh-installfiles $(PKGS_ARCH) + oh-installfiles oh-installdocs $(PKG_COMMON) - oh-gencontrol $(PKGS_ARCH) - oh-buildopk $(PKGS_ARCH) + oh-gencontrol + oh-buildopk binary-indep: install-indep.stamp - oh-installfiles $(PKGS_INDEP) + oh-installfiles oh-installdocs $(PKG_COMMON) - oh-gencontrol $(PKGS_INDEP) - oh-buildopk $(PKGS_INDEP) + oh-gencontrol + oh-buildopk binary: binary-arch binary-indep -- cgit v0.9.1