123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mdbtools</Name>
- <Homepage>https://github.com/brianb/mdbtools</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>MDB Tools is a suite of programs for accessing data stored in Microsoft Access databases</Summary>
- <Description>mdbtools contains set of libraries and utilities for reading Microsoft Access database (MDB) files.</Description>
- <Archive sha1sum="33b746f29c1308909a1e82546ec24e8f835d461a" type="targz">https://github.com/brianb/mdbtools/archive/0.7.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>unixODBC-devel</Dependency>
- <!--<Dependency>libglade-devel</Dependency>
- <Dependency>libgnomeui-devel</Dependency>-->
- <Dependency>glib2-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>mdbtools</Name>
- <RuntimeDependencies>
- <Dependency>unixODBC</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Conflicts>
- <Package releaseTo="4">mdbtools-gui</Package>
- </Conflicts>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>mdbtools-devel</Name>
- <Summary>Development files for mdbtools</Summary>
- <RuntimeDependencies>
- <Dependency release="current">mdbtools</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <!-- need scrollkeeper disabled build gui -->
- <!--<Package>
- <Name>mdbtools-gui</Name>
- <Summary>MDB database explorer</Summary>
- <Description>mdbtools-gui package contains the gmdb2 graphical user interface for MDB Tools</Description>
- <RuntimeDependencies>
- <Dependency release="current">mdbtools</Dependency>
- <Dependency>libgnomeui</Dependency>
- <Dependency>libglade</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libgnome</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/bin/gmdb2</Path>
- <Path fileType="data">/usr/share/gmdb</Path>
- <Path fileType="data">/usr/share/applications/gmdb2.desktop</Path>
- <Path fileType="data">/usr/share/gnome/help/gmdb</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile target="/usr/share/applications/gmdb2.desktop" permission="0644" owner="root">gmdb2.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>-->
- <History>
- <Update release="3">
- <Date>2017-03-30</Date>
- <Version>0.7.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Rebuild with new toolchain</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.7.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-04-20</Date>
- <Version>0.7.1</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|