Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2008-05-05 18:12:38 +0400
committerstarkos <none@none>2008-05-05 18:12:38 +0400
commit7785946a6050182a4cdd5ae3fcd56cd17e7f7cc2 (patch)
treea8d717e06a471aa970c420fffc245468bc2a1420 /packages/debian/control
parent81a4b2e3d598106fc3c20592123b2e76076f3b6d (diff)
Copied packaging files to 4.0 trunk
Diffstat (limited to 'packages/debian/control')
-rw-r--r--packages/debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/debian/control b/packages/debian/control
new file mode 100644
index 0000000..3881fdb
--- /dev/null
+++ b/packages/debian/control
@@ -0,0 +1,19 @@
+Source: premake
+Section: contrib/devel
+Priority: optional
+Maintainer: Ryan Mulder <rjmyst3@gmail.com>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+Homepage: http://premake.sourceforge.net
+
+Package: premake
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Build Script Generator
+ Premake allows you to manage your project configuration in one
+ place and still support those pesky IDE-addicted Windows coders
+ and/or cranky Linux command-line junkies. It allows you to generate
+ project files for tools that you do not own. It saves the time that
+ would otherwise be spent manually keeping several different toolsets
+ in sync. And it provides an easy upgrade path as new versions of your
+ favorite tools are released.