Revision 863ab3,
657 bytes
checked in by geos_one, 9 years ago
(diff) |
rename
|
-
Property mode set to
100644
|
Line | |
---|
1 | ############################ |
---|
2 | # Setup product information |
---|
3 | ############################ |
---|
4 | VENDOR="videolan.org" |
---|
5 | PN="videolan.vlc" |
---|
6 | VERSION="2.0.1" |
---|
7 | RELEASE="1" |
---|
8 | PRIORITY="0" |
---|
9 | ADVICE="" |
---|
10 | |
---|
11 | # |
---|
12 | # TYPE - defines, if the install files are public or restricted. |
---|
13 | # Valid value: restricted | public |
---|
14 | TYPE="public" |
---|
15 | |
---|
16 | DL_FILE[0]="largeVLC.png" |
---|
17 | DL_SOURCE[0]="http://images1.videolan.org/images/largeVLC.png" |
---|
18 | |
---|
19 | DL_FILE[1]="vlc-${VERSION}-win32.exe" |
---|
20 | DL_SOURCE[1]="http://sourceforge.net/projects/vlc/files/${VERSION}/win32/vlc-${VERSION}-win32.exe" |
---|
21 | DL_ARCH[1]="X86" |
---|
22 | DL_WINST_NAME[1]=InstallExe |
---|
23 | |
---|
24 | # File array index for the image showing while installing the program |
---|
25 | ICON_DL_INDEX=0 |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.