From e28c22b3aa33f1243d096dfd3b7da6ce7760a144 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 18 Dec 2014 11:58:30 -0200 Subject: remove packages that has been released as Arch official package --- pcr/owncloud/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 pcr/owncloud/PKGBUILD (limited to 'pcr/owncloud/PKGBUILD') diff --git a/pcr/owncloud/PKGBUILD b/pcr/owncloud/PKGBUILD deleted file mode 100644 index 1369d4b0f..000000000 --- a/pcr/owncloud/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Maintainer (Arch): Antonio Rojas -# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov - -pkgname=owncloud -pkgver=5.0.4 -pkgrel=1 -pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" -arch=('any') -url="http://owncloud.org/" -license=('GPL') -depends=('php-gd' 'php-intl') -optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mariadb: to use the MySQL database backend" "smbclient: to mount SAMBA shares") -makedepends=() -source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf') -backup=('etc/httpd/conf/extra/owncloud.conf') -install=owncloud.install -md5sums=('311c299b4aff4987a4b4c39aedafa9c0' - 'c1d49a3c0d8433bed6bffcd21ebb0064') - -package() { -# install license - install -d $pkgdir/usr/share/licenses/$pkgname - cp $srcdir/$pkgname/COPYING-* $pkgdir/usr/share/licenses/$pkgname - -# install project - install -d $pkgdir/usr/share/webapps/ - cp -a $srcdir/$pkgname $pkgdir/usr/share/webapps/ - chown -R http:http $pkgdir/usr/share/webapps/* - -# install apache .conf file - install -d $pkgdir/etc/httpd/conf/extra - install -m 644 $srcdir/owncloud.conf $pkgdir/etc/httpd/conf/extra/ -} - - - -- cgit v1.2.3-54-g00ecf