mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 06:47:15 +08:00
Merge branch 'master' of gitorious.org:chakra-packages/apps
This commit is contained in:
commit
6b23a23e69
15
phppgadmin/ChangeLog
Normal file
15
phppgadmin/ChangeLog
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
2010-12-14 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
|
* 5.0.1-1 :
|
||||||
|
Upgraded.
|
||||||
|
|
||||||
|
2010-11-30 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
|
* 5.0-1 :
|
||||||
|
Upgraded.
|
||||||
|
|
||||||
|
2010-11-09 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
|
* 4.2.3-1 :
|
||||||
|
Imported from Arch Linux:
|
||||||
|
http://repos.archlinux.org/wsvn/community/phppgadmin/trunk/?rev=15798
|
31
phppgadmin/PKGBUILD
Normal file
31
phppgadmin/PKGBUILD
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
#
|
||||||
|
# Apps Packages for Chakra, part of chakra-project.org
|
||||||
|
#
|
||||||
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
|
# include global config
|
||||||
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
|
pkgname=phppgadmin
|
||||||
|
_pkgname=phpPgAdmin
|
||||||
|
pkgver=5.0.2
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Web-based administration tool for PostgreSQL."
|
||||||
|
arch=('any')
|
||||||
|
url="http://sourceforge.net/projects/phppgadmin"
|
||||||
|
license=('GPL2')
|
||||||
|
depends=('php' 'postgresql')
|
||||||
|
backup=('srv/http/phppgadmin/conf/config.inc.php'
|
||||||
|
'srv/http/phppgadmin/.htaccess')
|
||||||
|
changelog=ChangeLog
|
||||||
|
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$_pkgname-$pkgver.tar.gz)
|
||||||
|
md5sums=('dfdbb5860847123413596292931a44f9')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
mkdir -p $pkgdir/srv/http/phppgadmin
|
||||||
|
cd $pkgdir/srv/http/phppgadmin
|
||||||
|
|
||||||
|
cp -ra $srcdir/$_pkgname-$pkgver/* . && \
|
||||||
|
cp ./conf/config.inc.php-dist ./conf/config.inc.php && \
|
||||||
|
echo "deny from all" >> .htaccess
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user