diff --git a/multimedia/converter/libnut/actions.py b/multimedia/converter/libnut/actions.py deleted file mode 100644 index caa06291ba..0000000000 --- a/multimedia/converter/libnut/actions.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/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. -# -# nut is done with checkouts from -# svn://svn.mplayerhq.hu/nut/src/trunk - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -def build(): - shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS()) - autotools.make("-j1 CC=%s" % get.CC()) - -def install(): - autotools.rawInstall("PREFIX=%s/usr" % get.installDIR()) - - pisitools.dodoc("COPYING", "README*") diff --git a/multimedia/converter/libnut/files/shared.patch b/multimedia/converter/libnut/files/shared.patch deleted file mode 100644 index 5f8cafbbca..0000000000 --- a/multimedia/converter/libnut/files/shared.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur nut-old/Makefile nut/Makefile ---- nut-old/Makefile 2008-07-30 12:17:38.000000000 +0300 -+++ nut/Makefile 2008-07-30 12:17:55.000000000 +0300 -@@ -25,7 +25,7 @@ - - $(NUTUTILS_PROGS): CFLAGS += -Ilibnut - --install: install-libnut install-nututils -+install: install-libnut-shared install-nututils - - install-libnut: libnut install-libnut-headers - install -d $(prefix)/lib -@@ -43,7 +43,7 @@ - install -d $(prefix)/bin - install -m 755 $(NUTUTILS_PROGS) $(prefix)/bin - --uninstall: uninstall-libnut uninstall-nututils -+uninstall: uninstall-libnut-shared uninstall-nututils - - uninstall-libnut: - rm -f $(prefix)/lib/libnut.a diff --git a/multimedia/converter/libnut/pspec.xml b/multimedia/converter/libnut/pspec.xml deleted file mode 100644 index 5613a71862..0000000000 --- a/multimedia/converter/libnut/pspec.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - libnut - http://www.nut-container.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - library - NUT container tools and library - Library and tools to work with NUT multimedia files. - http://source.pisilinux.org/1.0/libnut-661.tar.bz2 - - shared.patch - - - - - libnut - - /usr/bin - /usr/lib - /usr/share/doc - - - - - libnut-devel - Development files for libnut - - libnut - - - /usr/include - - - - - - 2018-08-03 - 0.0_661 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2017-02-05 - 0.0_661 - Rebuild - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 0.0_661 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2014-05-22 - 0.0_661 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - diff --git a/multimedia/converter/libnut/translations.xml b/multimedia/converter/libnut/translations.xml deleted file mode 100644 index daf785aa42..0000000000 --- a/multimedia/converter/libnut/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - libnut - NUT dosya biçemi kitaplığı ve araçları - libnut NUT çokluortam sistemini kullanmak ve düzenlemek için gerekli olan kitaplıkları ve araçları içerir. - - - - libnut-devel - libnut için geliştirme dosyaları - -