summaryrefslogtreecommitdiffstats
path: root/data/wixl/termcap.wxi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-14 18:07:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-15 20:05:49 +0100
commit14c976e479e6804b1671fb1f2372b22874ddf21d (patch)
treeccbe5fcca03e39fa853d1b09bdd9c137e816db54 /data/wixl/termcap.wxi
parentb0f2bdc39b8c9eac4c0aaca14d4491002b78087a (diff)
downloadmsitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.gz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.xz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.zip
wixl: add a bunch of includes to ease packaging
A couple of things: - the WiX syntax is very bloated and maintaining that is a pain - those files could move into there respectives packages, and installed under $datadir/wixl/include which should take precedence by default. - they have been made with Fedora, but should be somewhat distro agnostic.
Diffstat (limited to 'data/wixl/termcap.wxi')
-rw-r--r--data/wixl/termcap.wxi41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/wixl/termcap.wxi b/data/wixl/termcap.wxi
new file mode 100644
index 0000000..51f6011
--- /dev/null
+++ b/data/wixl/termcap.wxi
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dir82348ACDD011B24CD0AB7EC4901B8B0A" Name="bin">
+ <Component Id="cmpA0D327363AF82697B9D7965344A8DE86" Guid="*">
+ <File Id="fil58FD1F40CF9E60EB8D574EEDEAB04588" KeyPath="yes" Source="$(var.SourceDir)/bin/libtermcap-0.dll"/>
+ </Component>
+ </Directory>
+ <Directory Id="dir422C4332D2A5B4B402F23ED6785F634E" Name="share">
+ <Directory Id="dir27098E48891E2AB945F9C550F5ACDAC5" Name="info">
+ <Component Id="cmp39A92964A7E9650E9961A3E70A67CB38" Guid="*">
+ <File Id="fil9B467902A737946589A3DF86AD5A453A" KeyPath="yes" Source="$(var.SourceDir)/share/info/termcap.info"/>
+ </Component>
+ <Component Id="cmp9EF169C38057AED70A54203660445E66" Guid="*">
+ <File Id="filBBA9CED431819F25647B5B956FCE089C" KeyPath="yes" Source="$(var.SourceDir)/share/info/termcap.info-1"/>
+ </Component>
+ <Component Id="cmp58859B4A10130710EE987A3720B193C3" Guid="*">
+ <File Id="fil0D84F0F94F7E841E80571171CF485F24" KeyPath="yes" Source="$(var.SourceDir)/share/info/termcap.info-2"/>
+ </Component>
+ <Component Id="cmp060896FEFF3AA4A106A0438B33FE2FD6" Guid="*">
+ <File Id="fil9F85D437F9B4B251FC943A825DC09D09" KeyPath="yes" Source="$(var.SourceDir)/share/info/termcap.info-3"/>
+ </Component>
+ <Component Id="cmp05F8591E6BCCB544F2B82DF56841E371" Guid="*">
+ <File Id="fil6E98EB3858F8B63CA74EA7F68345DF3F" KeyPath="yes" Source="$(var.SourceDir)/share/info/termcap.info-4"/>
+ </Component>
+ </Directory>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.termcap">
+ <ComponentRef Id="cmpA0D327363AF82697B9D7965344A8DE86"/>
+ <ComponentRef Id="cmp39A92964A7E9650E9961A3E70A67CB38"/>
+ <ComponentRef Id="cmp9EF169C38057AED70A54203660445E66"/>
+ <ComponentRef Id="cmp58859B4A10130710EE987A3720B193C3"/>
+ <ComponentRef Id="cmp060896FEFF3AA4A106A0438B33FE2FD6"/>
+ <ComponentRef Id="cmp05F8591E6BCCB544F2B82DF56841E371"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>