Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
import os
|
||||
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make("clean all")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('PREFIX="%s/usr"' % (get.installDIR()))
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lazarus</Name>
|
||||
<Homepage>https://www.lazarus-ide.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Sami BABAT</Name>
|
||||
<Email>samibabat@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv1</License>
|
||||
<Icon>lazarus</Icon>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır.</Summary>
|
||||
<Description>Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır. Pascal ve Object Pascal geliştiricileri için Rapid Application Development Delphi benzeri bir ortam sağlamayı amaçlar.</Description>
|
||||
<Archive sha1sum="854133645712e9f33d34e9d922685c7d52c503ca" type="targz">
|
||||
https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%204.6/lazarus-4.6-0.tar.gz/download
|
||||
</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
<Dependency>fpc</Dependency>
|
||||
<Dependency>fpc-src</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>rsync</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>lazarus</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fpc</Dependency>
|
||||
<Dependency>fpc-src</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>rsync</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
|
||||
<Update release="4">
|
||||
<Date>2026-03-11</Date>
|
||||
<Version>4.6</Version>
|
||||
<Comment>Update to 4.6</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-05-13</Date>
|
||||
<Version>2.0.12</Version>
|
||||
<Comment>Update ver and fix</Comment>
|
||||
<Name>Sami BABAT</Name>
|
||||
<Email>samibabat@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
<Update release="2">
|
||||
<Date>2019-06-22</Date>
|
||||
<Version>2.0.2</Version>
|
||||
<Comment>update versiyon</Comment>
|
||||
<Name>Sami BABAT</Name>
|
||||
<Email>sami.babat@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
<Update release="1">
|
||||
<Date>2018-09-12</Date>
|
||||
<Version>1.8.4</Version>
|
||||
<Comment>Ilk sürüm</Comment>
|
||||
<Name>Sami BABAT</Name>
|
||||
<Email>sami.babat@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lazarus</Name>
|
||||
<Summary xml:lang="tr">Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır.</Summary>
|
||||
<Description xml:lang="tr">Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır. Pascal ve Object Pascal geliştiricileri için Rapid Application Development Delphi benzeri bir ortam sağlamayı amaçlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user