[arch-commits] CVS update of extra/system/phpmyadmin (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Nov 4 22:08:01 UTC 2007


    Date: Sunday, November 4, 2007 @ 17:08:01
  Author: eric
    Path: /home/cvs-extra/extra/system/phpmyadmin

 Removed: PKGBUILD (1.43)

extra repo cleanup


----------+
 PKGBUILD |   25 -------------------------
 1 file changed, 25 deletions(-)


Index: extra/system/phpmyadmin/PKGBUILD
diff -u extra/system/phpmyadmin/PKGBUILD:1.43 extra/system/phpmyadmin/PKGBUILD:removed
--- extra/system/phpmyadmin/PKGBUILD:1.43	Tue Sep 11 03:13:33 2007
+++ extra/system/phpmyadmin/PKGBUILD	Sun Nov  4 17:08:01 2007
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD,v 1.43 2007/09/11 07:13:33 eric Exp $
-# Maintainer: tobias <tobias at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=phpmyadmin
-_dlversion=2.11.0
-pkgver=$(echo ${_dlversion} | sed 's/-//')
-pkgrel=1
-pkgdesc="A PHP and hence web-based tool to administrate MySQL over the WWW"
-arch=('i686' 'x86_64')
-url="http://www.phpmyadmin.net"
-license=('GPL')
-depends=('php' 'mysql')
-backup=(home/httpd/html/phpMyAdmin/.htaccess \
-        home/httpd/html/phpMyAdmin/config.inc.php)
-source=(http://dl.sourceforge.net/sourceforge/${pkgname}/phpMyAdmin-${_dlversion}-all-languages.tar.bz2)
-md5sums=('64cf56f3b44725e5edcdea871166641f')
-
-build() {
-  _instdir=${startdir}/pkg/home/httpd/html/phpMyAdmin
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -ra ${startdir}/src/phpMyAdmin-${_dlversion}-all-languages/* . 
-  echo "deny from all" > .htaccess
-}




More information about the arch-commits mailing list