summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/func/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/func/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/func/PKGBUILD')
-rw-r--r--abs/mv-core/func/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/mv-core/func/PKGBUILD b/abs/mv-core/func/PKGBUILD
deleted file mode 100644
index 13d3189..0000000
--- a/abs/mv-core/func/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-pkgname=func
-pkgver=0.25
-pkgrel=2
-pkgdesc="fedora unifed network controller"
-url=""
-license="gpl"
-depends=(pyopenssl certmaster)
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
-moddir="pkg/usr/lib/python2.6/site-packages/func/minion/modules/"
-install=func.install
-source=($pkgname-$pkgver.tar.gz minion.conf power.py pacman.py failed_func.sh fe_restart.py)
-md5sums=()
-arch=('i686')
-
-build() {
- cd $startdir/src/$pkgname-${pkgver}
- python setup.py build
- python setup.py install --prefix=$startdir/pkg/usr
- cd $startdir/src
- install -m755 -D minion.conf $startdir/pkg/etc/func/minion.conf
- install -m755 -D async_methods.conf $startdir/pkg/etc/func/async_methods.conf
- install -m755 -D $startdir/src/$pkgname-${pkgver}/etc/sample.acl $startdir/pkg/etc/func/minion-acl.d/sample.acl
- install -m755 -D $startdir/src/$pkgname-${pkgver}/etc/Test.conf $startdir/pkg/etc/func/modules/Test.conf
- install -m755 -D $startdir/src/power.py ${startdir}/${moddir}/power.py
- install -m755 -D $startdir/src/pacman.py ${startdir}/${moddir}/pacman.py
- install -m755 -D $startdir/src/fe_restart.py ${startdir}/${moddir}/fe_restart.py
- install -m755 -D $startdir/src/failed_func.sh $startdir/pkg/usr/bin/failed_func.sh
- mkdir -p $startdir/pkg/var/log/func
- cd $startdir/pkg
- find ./ -name "*.pyc" -print | xargs rm -f
-}