From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- capseo/.footprint.i686 | 15 +++++++++++++++ capseo/.footprint.x86_64 | 15 +++++++++++++++ capseo/.md5sum.i686 | 1 + capseo/.md5sum.x86_64 | 1 + capseo/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 53 insertions(+) create mode 100644 capseo/.footprint.i686 create mode 100644 capseo/.footprint.x86_64 create mode 100644 capseo/.md5sum.i686 create mode 100644 capseo/.md5sum.x86_64 create mode 100644 capseo/Pkgfile (limited to 'capseo') diff --git a/capseo/.footprint.i686 b/capseo/.footprint.i686 new file mode 100644 index 000000000..3fc30c95e --- /dev/null +++ b/capseo/.footprint.i686 @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cpsinfo +-rwxr-xr-x root/root usr/bin/cpsplay +-rwxr-xr-x root/root usr/bin/cpsrecode +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/capseo.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcapseo.a +-rwxr-xr-x root/root usr/lib/libcapseo.la +lrwxrwxrwx root/root usr/lib/libcapseo.so -> libcapseo.so.0.3.0 +lrwxrwxrwx root/root usr/lib/libcapseo.so.0 -> libcapseo.so.0.3.0 +-rwxr-xr-x root/root usr/lib/libcapseo.so.0.3.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/capseo.pc diff --git a/capseo/.footprint.x86_64 b/capseo/.footprint.x86_64 new file mode 100644 index 000000000..3fc30c95e --- /dev/null +++ b/capseo/.footprint.x86_64 @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cpsinfo +-rwxr-xr-x root/root usr/bin/cpsplay +-rwxr-xr-x root/root usr/bin/cpsrecode +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/capseo.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcapseo.a +-rwxr-xr-x root/root usr/lib/libcapseo.la +lrwxrwxrwx root/root usr/lib/libcapseo.so -> libcapseo.so.0.3.0 +lrwxrwxrwx root/root usr/lib/libcapseo.so.0 -> libcapseo.so.0.3.0 +-rwxr-xr-x root/root usr/lib/libcapseo.so.0.3.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/capseo.pc diff --git a/capseo/.md5sum.i686 b/capseo/.md5sum.i686 new file mode 100644 index 000000000..8f9023516 --- /dev/null +++ b/capseo/.md5sum.i686 @@ -0,0 +1 @@ +bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz diff --git a/capseo/.md5sum.x86_64 b/capseo/.md5sum.x86_64 new file mode 100644 index 000000000..8f9023516 --- /dev/null +++ b/capseo/.md5sum.x86_64 @@ -0,0 +1 @@ +bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz diff --git a/capseo/Pkgfile b/capseo/Pkgfile new file mode 100644 index 000000000..257b30f96 --- /dev/null +++ b/capseo/Pkgfile @@ -0,0 +1,21 @@ +# Description: codec video temps réel +# URL: http://gitorious.org/projects/capseo/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libtool, mesa3d, libogg +# Run on: mesa3d,libogg + +name=capseo +version=0.3 +release=1 +source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz) + +build() { +unset MAKEFLAGS +./autogen.sh +./configure --prefix=/usr +make +make DESTDIR=$PKG install +} + + -- cgit v1.2.3-54-g00ecf