libsass, sassc breeze-gtk build deb

This commit is contained in:
Rmys
2019-01-18 11:45:14 +03:00
parent 3ac0ff4b98
commit 09c57d916e
10 changed files with 404 additions and 43 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "Readme*")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libsass</Name>
<Homepage>https://github.com/sass/libsass</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Sass CSS ön işlemcisinin C uygulaması (kütüphane)</Summary>
<Description>C implementation of Sass CSS preprocessor (library)</Description>
<Archive sha1sum="0b56228cf6e5e0379b70f7d1209f3ecc8ad74109" type="targz">https://github.com/sass/libsass/archive/3.5.5.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>libsass</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libsass-devel</Name>
<Summary>Development files for libsass</Summary>
<RuntimeDependencies>
<Dependency release="current">libsass</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-17</Date>
<Version>3.5.5</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libsass</Name>
<Summary xml:lang="tr">Sass CSS ön işlemcisinin C uygulaması (kütüphane)</Summary>
<Description xml:lang="tr">C implementation of Sass CSS preprocessor (library)</Description>
</Source>
</PISI>
+21
View File
@@ -0,0 +1,21 @@
#!/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
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "Readme*")
+41
View File
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sassc</Name>
<Homepage>https://github.com/sass/sassc</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Sass CSS ön işlemcisinin C uygulaması</Summary>
<Description>C implementation of Sass CSS preprocessor</Description>
<Archive sha1sum="3a784863cc17a1bc10d446e74e70f88d4e1238c1" type="targz">https://github.com/sass/sassc/archive/3.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsass-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sassc</Name>
<RuntimeDependencies>
<Dependency>libsass</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-17</Date>
<Version>3.5.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>sassc</Name>
<Summary xml:lang="tr">Sass CSS ön işlemcisinin C uygulamas</Summary>
<Description xml:lang="tr">C implementation of Sass CSS preprocessor</Description>
</Source>
</PISI>