* added git-lfs (3.5.1) - Git extension for versioning large files
[t2sde.git] / package / xorg / package-modular-x.sh
blobec1a285e370580340348bf23d4c0f1909d15c480
1 #!/bin/bash
2 # --- T2-COPYRIGHT-NOTE-BEGIN ---
3 # T2 SDE: package/*/package-modular-x.sh
4 # Copyright (C) 2004 - 2022 The T2 SDE Project
5 #
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8 #
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 curl http://xorg.freedesktop.org/X11R7.0-RC0/everything/ |
14 tr \" "\n" | grep "tar.bz2$" |
15 sed -e s/.tar.bz2// -e 's/-\([0-9]\)/ \1/' |
16 while read pkg ver
18 echo $pkg $ver
19 file=$pkg
20 pkg=`echo $pkg | tr A-Z a-z`
21 mkdir -p package/x11-modular/$pkg
22 cat > package/x11-modular/$pkg/$pkg.desc <<-EOT
23 [I] A modular X package
25 [T] A modular X package
27 [U] http://www.X.org
29 [A] X.org Foundation {http://www.X.org}
30 [M] Rene Rebe <rene@t2-project.org>
32 [C] base/x11
34 [L] OpenSource
35 [S] Stable
36 [V] $ver
37 [P] X -----5---9 112.600
39 [O] . package/x11-modular/*/modular-x-conf.in
41 [D] 0 $file-$ver.tar.bz2 http://xorg.freedesktop.org/X11R7.0-RC0/everything/
42 EOT
43 done