diff options
Diffstat (limited to 'packages/vsintegration-1.0.package')
-rw-r--r-- | packages/vsintegration-1.0.package | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/vsintegration-1.0.package b/packages/vsintegration-1.0.package new file mode 100644 index 0000000..b7349c0 --- /dev/null +++ b/packages/vsintegration-1.0.package @@ -0,0 +1,18 @@ +# vi:si:et:sw=4:sts=4:ts=4:syntax=python +# -*- Mode: Python -*- + + +class Package(package.Package): + + name = 'vsintegration-1.0' + shortdesc = 'Visual Studio Integration' + longdesc = 'Visual Studio Integration' + url = "http://www.gstreamer.com" + version = '2013.04' + codename = 'Congo' + license = License.LGPL + vendor = 'GStreamer Project' + org = 'com.gstreamer' + uuid = '0d032a12-05b0-42a3-9b79-6b31d070dfca' + + files = ['vsintegration-1.0'] |