From e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 17:12:05 +0100 Subject: microdia dans test --- test/microdia/.footprint | 9 +++++++++ test/microdia/.md5sum | 0 test/microdia/Pkgfile | 23 +++++++++++++++++++++++ test/microdia/post-install | 8 ++++++++ 4 files changed, 40 insertions(+) create mode 100644 test/microdia/.footprint create mode 100644 test/microdia/.md5sum create mode 100644 test/microdia/Pkgfile create mode 100644 test/microdia/post-install (limited to 'test') diff --git a/test/microdia/.footprint b/test/microdia/.footprint new file mode 100644 index 000000000..111e2fa58 --- /dev/null +++ b/test/microdia/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/modules/ +drwxr-xr-x root/root lib/modules// +drwxr-xr-x root/root lib/modules//kernel/ +drwxr-xr-x root/root lib/modules//kernel/drivers/ +drwxr-xr-x root/root lib/modules//kernel/drivers/media/ +drwxr-xr-x root/root lib/modules//kernel/drivers/media/video/ +drwxr-xr-x root/root lib/modules//kernel/drivers/media/video/videousb/ +-rw-r--r-- root/root lib/modules//kernel/drivers/media/video/videousb/sn9c20x.ko diff --git a/test/microdia/.md5sum b/test/microdia/.md5sum new file mode 100644 index 000000000..e69de29bb diff --git a/test/microdia/Pkgfile b/test/microdia/Pkgfile new file mode 100644 index 000000000..0450e9950 --- /dev/null +++ b/test/microdia/Pkgfile @@ -0,0 +1,23 @@ +# Description:microdia webcams +# URL: http://wiki.archlinux.fr/howto:materiel:microdia +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: ctags + +name=microdia +version=20091122 +release=1 +_kernver=`uname -r` +source=() + + + +build() { + git clone http://repo.or.cz/r/microdia.git + cd $name + sed -i -e "s/KERNEL_VERSION = .*/KERNEL_VERSION = ${_kernver}/" Makefile + make KVER=${_kernver} + mkdir -p $PKG/lib/modules/${_kernver}/kernel/drivers/media/video/videousb + cp sn9c20x.ko \ + $PKG/lib/modules/${_kernver}/kernel/drivers/media/video/videousb/ +} diff --git a/test/microdia/post-install b/test/microdia/post-install new file mode 100644 index 000000000..81a8d1263 --- /dev/null +++ b/test/microdia/post-install @@ -0,0 +1,8 @@ +#!/bin/bash +# MAJ modules +depmod +# Ajout du module dans /etc/sysconfig/modules +if ! grep "sn9c20x" /etc/sysconfig/modules >/dev/null; then + sed -i '/End/ i sn9c20x' /etc/sysconfig/modules +fi + -- cgit v1.2.3-70-g09d2 From 83c76ff2ce672d9d8925c9dc21931bef5c606363 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 17:18:27 +0100 Subject: python-qscintilla dans test --- extra/python-qscintilla/.footprint | 60 -------------------------------------- extra/python-qscintilla/.md5sum | 1 - extra/python-qscintilla/Pkgfile | 16 ---------- test/python-qscintilla/.footprint | 60 ++++++++++++++++++++++++++++++++++++++ test/python-qscintilla/.md5sum | 1 + test/python-qscintilla/Pkgfile | 16 ++++++++++ 6 files changed, 77 insertions(+), 77 deletions(-) delete mode 100644 extra/python-qscintilla/.footprint delete mode 100644 extra/python-qscintilla/.md5sum delete mode 100644 extra/python-qscintilla/Pkgfile create mode 100644 test/python-qscintilla/.footprint create mode 100644 test/python-qscintilla/.md5sum create mode 100644 test/python-qscintilla/Pkgfile (limited to 'test') diff --git a/extra/python-qscintilla/.footprint b/extra/python-qscintilla/.footprint deleted file mode 100644 index a1d7b2823..000000000 --- a/extra/python-qscintilla/.footprint +++ /dev/null @@ -1,60 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.6/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/PyQt4/ --rwxr-xr-x root/root usr/lib/python2.6/site-packages/PyQt4/Qsci.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/qt/ -drwxr-xr-x root/root usr/share/qt/qsci/ -drwxr-xr-x root/root usr/share/qt/qsci/api/ -drwxr-xr-x root/root usr/share/qt/qsci/api/python/ --rw-r--r-- root/root usr/share/qt/qsci/api/python/QScintilla2.api -drwxr-xr-x root/root usr/share/sip/ -drwxr-xr-x root/root usr/share/sip/Qsci/ --rw-r--r-- root/root usr/share/sip/Qsci/qsciabstractapis.sip --rw-r--r-- root/root usr/share/sip/Qsci/qsciapis.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscicommand.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscicommandset.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscidocument.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexer.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerbash.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerbatch.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexercmake.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexercpp.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexercsharp.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexercss.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexercustom.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerd.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerdiff.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerfortran.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerfortran77.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerhtml.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexeridl.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerjava.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerjavascript.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerlua.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexermakefile.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpascal.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerperl.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpostscript.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpov.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerproperties.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpython.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerruby.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexersql.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexertcl.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexertex.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexervhdl.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexerxml.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscilexeryaml.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscimacro.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscimod3.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscimod4.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscimodcommon.sip --rw-r--r-- root/root usr/share/sip/Qsci/qsciprinter.sip --rw-r--r-- root/root usr/share/sip/Qsci/qsciscintilla.sip --rw-r--r-- root/root usr/share/sip/Qsci/qsciscintillabase3.sip --rw-r--r-- root/root usr/share/sip/Qsci/qsciscintillabase4.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscistyle.sip --rw-r--r-- root/root usr/share/sip/Qsci/qscistyledtext.sip diff --git a/extra/python-qscintilla/.md5sum b/extra/python-qscintilla/.md5sum deleted file mode 100644 index 7db981a45..000000000 --- a/extra/python-qscintilla/.md5sum +++ /dev/null @@ -1 +0,0 @@ -dd69520ec91f1acb97a4eb74ddde37c9 QScintilla-gpl-2.4.tar.gz diff --git a/extra/python-qscintilla/Pkgfile b/extra/python-qscintilla/Pkgfile deleted file mode 100644 index 3e7b2de27..000000000 --- a/extra/python-qscintilla/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Bibliotheque QScintilla pour Python -# URL: http://www.riverbankcomputing.com -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: pyqt, qscintilla - -name=python-qscintilla -version=2.4 -release=1 -source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$version.tar.gz) -build() { - cd QScintilla-gpl-$version/Python - python configure.py - make - make DESTDIR=$PKG install -} diff --git a/test/python-qscintilla/.footprint b/test/python-qscintilla/.footprint new file mode 100644 index 000000000..a1d7b2823 --- /dev/null +++ b/test/python-qscintilla/.footprint @@ -0,0 +1,60 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/PyQt4/ +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/PyQt4/Qsci.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/qt/ +drwxr-xr-x root/root usr/share/qt/qsci/ +drwxr-xr-x root/root usr/share/qt/qsci/api/ +drwxr-xr-x root/root usr/share/qt/qsci/api/python/ +-rw-r--r-- root/root usr/share/qt/qsci/api/python/QScintilla2.api +drwxr-xr-x root/root usr/share/sip/ +drwxr-xr-x root/root usr/share/sip/Qsci/ +-rw-r--r-- root/root usr/share/sip/Qsci/qsciabstractapis.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qsciapis.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscicommand.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscicommandset.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscidocument.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexer.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerbash.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerbatch.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexercmake.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexercpp.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexercsharp.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexercss.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexercustom.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerd.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerdiff.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerfortran.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerfortran77.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerhtml.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexeridl.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerjava.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerjavascript.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerlua.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexermakefile.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpascal.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerperl.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpostscript.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpov.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerproperties.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerpython.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerruby.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexersql.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexertcl.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexertex.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexervhdl.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexerxml.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscilexeryaml.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscimacro.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscimod3.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscimod4.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscimodcommon.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qsciprinter.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qsciscintilla.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qsciscintillabase3.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qsciscintillabase4.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscistyle.sip +-rw-r--r-- root/root usr/share/sip/Qsci/qscistyledtext.sip diff --git a/test/python-qscintilla/.md5sum b/test/python-qscintilla/.md5sum new file mode 100644 index 000000000..7db981a45 --- /dev/null +++ b/test/python-qscintilla/.md5sum @@ -0,0 +1 @@ +dd69520ec91f1acb97a4eb74ddde37c9 QScintilla-gpl-2.4.tar.gz diff --git a/test/python-qscintilla/Pkgfile b/test/python-qscintilla/Pkgfile new file mode 100644 index 000000000..3e7b2de27 --- /dev/null +++ b/test/python-qscintilla/Pkgfile @@ -0,0 +1,16 @@ +# Description: Bibliotheque QScintilla pour Python +# URL: http://www.riverbankcomputing.com +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: pyqt, qscintilla + +name=python-qscintilla +version=2.4 +release=1 +source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$version.tar.gz) +build() { + cd QScintilla-gpl-$version/Python + python configure.py + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2