blob: ac52857e7271e93049ef68e859dad59da01d2dff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-
class Package(package.Package):
name = 'vsintegration'
shortdesc = 'Visual Studio Integration'
url = "http://www.gstreamer.com"
version = '2012.10'
codename = 'Brahmaputra'
license = License.LGPL
vendor = 'GStreamer Project'
org = 'com.gstreamer'
uuid = '533337c2-4565-413f-3287-e8faa892f853'
files = ['vsintegration']
|