summaryrefslogtreecommitdiff
path: root/packages/vsintegration-1.0.package
blob: 0d148847fd4d91b7a6d7e49009a7a1c9259f3a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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://gstreamer.freedesktop.org"
    version = '1.8.0'
    codename = 'Congo'
    license = License.LGPL
    vendor = 'GStreamer Project'
    org = 'org.freedesktop.gstreamer'
    uuid = '0d032a12-05b0-42a3-9b79-6b31d070dfca'

    files = ['vsintegration-1.0']