summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/certmaster/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/certmaster/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/certmaster/PKGBUILD')
-rw-r--r--abs/mv-core/certmaster/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/mv-core/certmaster/PKGBUILD b/abs/mv-core/certmaster/PKGBUILD
deleted file mode 100644
index 4b4bf69..0000000
--- a/abs/mv-core/certmaster/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-pkgname=certmaster
-pkgver=0.25
-pkgrel=2
-pkgdesc="certmaster"
-url=""
-license="gpl"
-depends=(pyopenssl)
-makedepends=()
-conflicts=()
-replaces=()
-moddir="pkg/usr/lib/python2.5/site-packages/func/minion/modules/"
-backup=('etc/certmaster/certmaster.conf' 'etc/certmaster/minion.conf')
-
-install=certmaster.install
-source=($pkgname-$pkgver.tar.gz certmaster.conf minion.conf)
-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/certmaster/minion.conf
- install -m755 -D certmaster.conf $startdir/pkg/etc/certmaster/certmaster.conf
- mkdir -p $startdir/pkg/var/log/certmaster
- cd $startdir/pkg
- find ./ -name "*.pyc" -print | xargs rm -f
-}