new packages: freetds, editline, libxkbcommon: version bump to 1.7.0
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
|
||||
# rename conflict man file with libedit
|
||||
pisitools.rename("/usr/share/man/man3/editline.3", "editline-troglobit.3.gz")
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>editline</Name>
|
||||
<Homepage>https://troglobit.com/projects/editline/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app:library</IsA>
|
||||
<Summary>A small replacement for GNU readline() for UNIX</Summary>
|
||||
<Description>This is a small line editing library. It can be linked into almost any program to provide command line editing and history functions. It is call compatible with the FSF readline library, but at a fraction of the size, and as a result fewer features.</Description>
|
||||
<Archive sha1sum="45a63b83d787532d809a742bb27586df83e0ba22" type="tarxz">https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>editline</Name>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/libeditline*</Path>
|
||||
<Path fileType="man">/usr/share/man/man3/editline-troglobit.3.gz</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>editline-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">editline</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-04</Date>
|
||||
<Version>1.17.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>editline</Name>
|
||||
<Summary xml:lang="tr">UNIX için GNU readline()'ın küçük bir alternatifi</Summary>
|
||||
<Description xml:lang="tr">Bu küçük bir satır düzenleme kütüphanesidir. Komut satırı düzenleme ve geçmiş işlevlerini sağlamak için hemen hemen her programa bağlanabilir. FSF okuma satırı kitaplığıyla çağrı uyumludur, ancak boyutu çok küçüktür ve sonuç olarak daha az özellik içerir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>editline-devel</Name>
|
||||
<Summary xml:lang="tr">editline için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user