@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>2.2.10</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-05-08</Date>
|
||||
<Version>2.2.10</Version>
|
||||
|
||||
@@ -7,7 +7,22 @@
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("./configure.sh --prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
--enable-all-features \
|
||||
--with-fenced-code \
|
||||
--shared")
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
shelltools.system("sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh")
|
||||
autotools.rawInstall("DESTDIR=%s install.everything" % get.installDIR())
|
||||
#pisitools.insinto("/", "usr")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A Markdown implementation written in C</Summary>
|
||||
<Description>implementation of the Markdown markup language in C</Description>
|
||||
<Archive sha1sum="68dd1b6c61b7ad62ceef9ae2bd83eeb53a6939d5" type="targz">https://sourceforge.net/projects/pisilinux/files/source/discount-2.2.1.tar.gz</Archive>
|
||||
<Archive sha1sum="038e754afe234d92e5f327353fab5772c3f97f63" type="tarbz2">http://download.openpkg.org/components/cache/discount/discount-2.2.4.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>2.2.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-05-08</Date>
|
||||
<Version>2.2.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user