new packages: freetds, editline, libxkbcommon: version bump to 1.7.0
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
# if pisi can't find source directory, see /var/pisi/freetds/work/ and:
|
||||
# WorkDir="freetds-"+ get.srcVERSION() +"/sub_project_dir/"
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sysconfdir=/etc/freetds \
|
||||
--enable-msdblib \
|
||||
--with-unixodbc=/usr \
|
||||
--with-openssl")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING*", "README.md")
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>freetds</Name>
|
||||
<Homepage>https://www.freetds.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>server.database</PartOf>
|
||||
<Icon>freetds</Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for accessing Sybase and MS SQL Server databases</Summary>
|
||||
<Description>FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.</Description>
|
||||
<Archive sha1sum="f13f4d7c278ab2ce916e0f1714e2fa2c1e6cd86a" type="targz">https://www.freetds.org/files/stable/freetds-1.4.17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency>unixODBC-devel</Dependency>
|
||||
<Dependency>mit-kerberos-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>freetds</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>readline</Dependency>
|
||||
<Dependency>unixODBC</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/freetds</Path>
|
||||
<Path fileType="library">/usr/lib/libct*</Path>
|
||||
<Path fileType="library">/usr/lib/libsybdb*</Path>
|
||||
<Path fileType="library">/usr/lib/libtdsodbc*</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/freetds</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>freetds-devel</Name>
|
||||
<Summary>Development files for freetds</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">freetds</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-06-03</Date>
|
||||
<Version>1.4.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>freetds</Name>
|
||||
<Summary xml:lang="tr">Sybase ve MS SQL Server veritabanlarına erişmek için Kütüphane.</Summary>
|
||||
<Description xml:lang="tr">FreeTDS, programlarınızın Microsoft SQL Server ve Sybase veritabanlarıyla yerel olarak konuşmasına olanak tanıyan, Unix ve Linux için bir dizi kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>freetds-devel</Name>
|
||||
<Summary xml:lang="tr">freetds için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.0.0 -->
|
||||
Reference in New Issue
Block a user