mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 05:02:37 +01:00
pootle-2.5.1-1
published in AUR
This commit is contained in:
commit
217f35529b
2 changed files with 41 additions and 0 deletions
22
.SRCINFO
Normal file
22
.SRCINFO
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
pkgbase = pootle
|
||||
pkgdesc = An online translation management tool with translation interface
|
||||
pkgver = 2.5.1
|
||||
pkgrel = 1
|
||||
url = http://pootle.translatehouse.org
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = python2-setuptools
|
||||
depends = translate-toolkit
|
||||
depends = python2-cssmin
|
||||
depends = python2-django-assets
|
||||
depends = python2-webassets-0.10
|
||||
depends = python2-argparse
|
||||
depends = python2-south-0.7
|
||||
depends = django-taggit
|
||||
depends = django-voting-0.1
|
||||
depends = django-1.4
|
||||
source = http://sourceforge.net/projects/translate/files/Pootle/2.5.1/Pootle-2.5.1.tar.bz2
|
||||
sha256sums = 524743972edd20fd63c3bedbb250007147ee63ed20568857dbe5e711b524aa9e
|
||||
|
||||
pkgname = pootle
|
||||
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
|
||||
pkgname=pootle
|
||||
pkgver=2.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="An online translation management tool with translation interface"
|
||||
arch=('any')
|
||||
url="http://pootle.translatehouse.org"
|
||||
license=('GPL')
|
||||
depends=('python2-setuptools' 'translate-toolkit' 'python2-cssmin' 'python2-django-assets' 'python2-webassets-0.10'
|
||||
'python2-argparse' 'python2-south-0.7' 'django-taggit' 'django-voting-0.1' 'django-1.4')
|
||||
source=(http://sourceforge.net/projects/translate/files/Pootle/$pkgver/Pootle-$pkgver.tar.bz2)
|
||||
sha256sums=('524743972edd20fd63c3bedbb250007147ee63ed20568857dbe5e711b524aa9e')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/Pootle-$pkgver
|
||||
|
||||
python2 setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue