diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/microdia/.footprint | 9 | ||||
-rw-r--r-- | test/microdia/.md5sum | 0 | ||||
-rw-r--r-- | test/microdia/Pkgfile | 23 | ||||
-rw-r--r-- | test/microdia/post-install | 8 | ||||
-rw-r--r-- | test/python-qscintilla/.footprint | 60 | ||||
-rw-r--r-- | test/python-qscintilla/.md5sum | 1 | ||||
-rw-r--r-- | test/python-qscintilla/Pkgfile | 16 |
7 files changed, 117 insertions, 0 deletions
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/<kernel-version>/ +drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/ +drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/drivers/ +drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/drivers/media/ +drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/drivers/media/video/ +drwxr-xr-x root/root lib/modules/<kernel-version>/kernel/drivers/media/video/videousb/ +-rw-r--r-- root/root lib/modules/<kernel-version>/kernel/drivers/media/video/videousb/sn9c20x.ko diff --git a/test/microdia/.md5sum b/test/microdia/.md5sum new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/test/microdia/.md5sum 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 + 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 +} |