diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:28:23 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:28:23 +0200 |
commit | ebad81ef201cfe620ff4c1ca4cc7a2a693d44edf (patch) | |
tree | fb60ea1041e79ae75c32effda084295aad16477f | |
parent | f63f0c2549b5444da5cbb505f11a81f70ed5978a (diff) | |
download | nutyx-extra-ebad81ef201cfe620ff4c1ca4cc7a2a693d44edf.tar.gz nutyx-extra-ebad81ef201cfe620ff4c1ca4cc7a2a693d44edf.tar.bz2 nutyx-extra-ebad81ef201cfe620ff4c1ca4cc7a2a693d44edf.tar.xz nutyx-extra-ebad81ef201cfe620ff4c1ca4cc7a2a693d44edf.zip |
Ajout de capseo#280209-svn-1
-rw-r--r-- | extra/capseo/.footprint | 15 | ||||
-rw-r--r-- | extra/capseo/.md5sum | 0 | ||||
-rw-r--r-- | extra/capseo/Pkgfile | 20 |
3 files changed, 35 insertions, 0 deletions
diff --git a/extra/capseo/.footprint b/extra/capseo/.footprint new file mode 100644 index 000000000..3fc30c95e --- /dev/null +++ b/extra/capseo/.footprint @@ -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/extra/capseo/.md5sum b/extra/capseo/.md5sum new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/extra/capseo/.md5sum diff --git a/extra/capseo/Pkgfile b/extra/capseo/Pkgfile new file mode 100644 index 000000000..26e90b5f4 --- /dev/null +++ b/extra/capseo/Pkgfile @@ -0,0 +1,20 @@ +# Description: codec video temps réel +# URL: http://gitorious.org/projects/capseo/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: git + +name=capseo +version=280209-svn +release=1 +source=() + +build() { +git clone git://gitorious.org/capseo/mainline.git capseo +cd $name +./autogen.sh +./configure --prefix=/usr +make -j3 +make DESTDIR=$PKG install +} + |