1
0
Fork 0

Revert "Remove patch file which now seems to be unnecessary"

This reverts commit 7517bfe51c.
This commit is contained in:
Aaron Lindsay 2013-04-04 07:48:01 -04:00
parent 7517bfe51c
commit 6bd7c4f193
1 changed files with 11 additions and 3 deletions

View File

@ -7,7 +7,7 @@ pkgname=seafile
pkgver=1.5.3
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=3
pkgrel=2
# The description of the package, should be about 80 characters long (one line)
pkgdesc="Seafile is an open-source Dropbox replacement."
@ -40,10 +40,18 @@ options=
install=seafile.install
source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz")
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75')
source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz"
"seafile-admin.patch")
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75'
'0d9578b85c00f3087a19f227b29c3fda13e83d093d024c68c1df5575d30d56dc')
prepare () {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 -i $srcdir/seafile-admin.patch
}
build () {
prepare
cd "$srcdir/$pkgname-$pkgver"
./configure --enable-server --enable-httpserver --prefix=/usr PYTHON=/usr/bin/python2
make -j1