@@ -14,7 +14,7 @@
|
||||
<Icon>bluetooth</Icon>
|
||||
<Summary>Bluetooth Subband Codec (SBC) library</Summary>
|
||||
<Description>An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers.</Description>
|
||||
<Archive sha1sum="811d3fef30585d5a5f0104b643a194a9896fce34" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.1.tar.xz</Archive>
|
||||
<Archive sha1sum="97fceb5b65d8708fd844671eb4a079bdba11777d" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.2.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2026-02-15</Date>
|
||||
<Version>2.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2025-06-29</Date>
|
||||
<Version>2.1</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import pisitools, autotools, get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -15,4 +15,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "THANKS")
|
||||
pisitools.dodoc("COPYING", "THANKS")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary>Safe and flexible file-system backup/deployment tool.</Summary>
|
||||
<Description>FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file.</Description>
|
||||
<Archive sha1sum="b33bea61a1527369d220bf6ffb1dda231f4f5611" type="targz">
|
||||
https://github.com/fdupoux/fsarchiver/releases/download/0.8.7/fsarchiver-0.8.7.tar.gz
|
||||
<Archive sha1sum="e1cb83bb99e2cd8c40d70d1fac368ecbf5d08ea4" type="targz">
|
||||
https://github.com/fdupoux/fsarchiver/releases/download/0.8.9/fsarchiver-0.8.9.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2026-02-15</Date>
|
||||
<Version>0.8.9</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2024-11-29</Date>
|
||||
<Version>0.8.7</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -12,6 +12,6 @@ def build():
|
||||
autotools.make("CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s prefix=/%s install-bin install-man" % (get.installDIR(), get.defaultprefixDIR()))
|
||||
autotools.rawInstall("DESTDIR=%s prefix=/%s" % (get.installDIR(), get.defaultprefixDIR()))
|
||||
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "README")
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "NEWS")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dmidecode</Name>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tool to analyse BIOS DMI data</Summary>
|
||||
<Description>dmidecode reports information about x86/ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer.</Description>
|
||||
<Archive sha1sum="c74291da874589334483adac4c30a5c0a13bc91b" type="tarxz">https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.6.tar.xz</Archive>
|
||||
<Archive sha1sum="6fb5157e0e5deef087187d0494167fe408f37130" type="tarxz">https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.7.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -29,6 +29,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2026-02-15</Date>
|
||||
<Version>3.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2024-11-29</Date>
|
||||
<Version>3.6</Version>
|
||||
|
||||
Reference in New Issue
Block a user