From 41be5fd66afc56c599457dfd195b50bfb520de9d Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Thu, 11 Jun 2009 22:58:39 +0200 Subject: [PATCH] Added information about package build config files --- package-config/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package-config/README diff --git a/package-config/README b/package-config/README new file mode 100644 index 000000000..28282da0c --- /dev/null +++ b/package-config/README @@ -0,0 +1,28 @@ +The package-config directory contains the configuration files +for building release packages for the different operationg +systems: + +* osx: binary packages for Mac OSX +* fedora: rpm packages for Fedora (Linux) +* ubuntu: deb packages for Ubuntu and (Linux) + +Please visit the correspondig operating systems homepage +for instructions on how to build a binary package of task +out of the released source tarball with these configuration +files. + +For Fedora rpm packages you find instructions at +http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo + +For Ubuntu deb packages you find instructions at +https://wiki.ubuntu.com/PackagingGuide/Complete + +You might also ask in the forums of taskwarrior.org if you +have further questions. + +This file and the corresponding package build configuration files +are released under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 2 of the +License, or (at your option) any later version. + +Please see the file COPYING in the main directory.