l-smash:first release

This commit is contained in:
alihanozturk
2016-06-12 21:27:44 +03:00
parent 7788d12d6b
commit 88fa053c71
2 changed files with 73 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.rawConfigure("--prefix='/usr' \
--enable-shared \
--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE")
+51
View File
@@ -0,0 +1,51 @@
<PISI>
<Source>
<Name>l-smash</Name>
<Homepage>https://github.com/l-smash/l-smash</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app:console</IsA>
<Summary>MP4 muxer and other tools.</Summary>
<Description>Loyal to Spec of MPEG4, and Ad-hock Simple Hackwork library.</Description>
<Archive sha1sum="acd6884c25cd362e4dcfbeb99fc725ad535f6c79" type="targz">https://github.com/l-smash/l-smash/archive/v2.9.1.tar.gz</Archive>
</Source>
<Package>
<Name>l-smash</Name>
<Summary>MP4 muxer and other tools.</Summary>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>l-smash-devel</Name>
<Summary>Development files for l-smash.</Summary>
<RuntimeDependencies>
<Dependency release="current">l-smash</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-12</Date>
<Version>2.9.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>