Update for pacman 4.1, which calls prepare() automatically
This commit is contained in:
parent
4b678b306a
commit
d7fa477746
5
PKGBUILD
5
PKGBUILD
@ -7,7 +7,7 @@ pkgname=seafile
|
|||||||
pkgver=1.5.3
|
pkgver=1.5.3
|
||||||
|
|
||||||
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
|
|
||||||
# The description of the package, should be about 80 characters long (one line)
|
# The description of the package, should be about 80 characters long (one line)
|
||||||
pkgdesc="Seafile is an open-source Dropbox replacement."
|
pkgdesc="Seafile is an open-source Dropbox replacement."
|
||||||
@ -25,7 +25,7 @@ license=('GPLv3')
|
|||||||
depends=('glib2>=2.28' 'libevent>=2.0' 'curl' 'util-linux' 'intltool>=0.40' 'sqlite>=3.7' 'libmysqlclient>=5.5' 'gtk2>=2.24' 'python2-mako' 'python2-webpy' 'python2-simplejson' 'python2-imaging' 'python2-chardet' 'python2-pip' 'python2-virtualenv' 'libnotify' 'gunicorn' 'python2-djblets' 'ccnet>=1.3.1' 'libsearpc>=1.0.2' 'libevhtp')
|
depends=('glib2>=2.28' 'libevent>=2.0' 'curl' 'util-linux' 'intltool>=0.40' 'sqlite>=3.7' 'libmysqlclient>=5.5' 'gtk2>=2.24' 'python2-mako' 'python2-webpy' 'python2-simplejson' 'python2-imaging' 'python2-chardet' 'python2-pip' 'python2-virtualenv' 'libnotify' 'gunicorn' 'python2-djblets' 'ccnet>=1.3.1' 'libsearpc>=1.0.2' 'libevhtp')
|
||||||
|
|
||||||
# Packages that must be installed to build the software, but at not necessary to run it
|
# Packages that must be installed to build the software, but at not necessary to run it
|
||||||
makedepends=()
|
makedepends=('pacman>=4.1')
|
||||||
|
|
||||||
# Optional packages that extend the software's functionality
|
# Optional packages that extend the software's functionality
|
||||||
optdepends=()
|
optdepends=()
|
||||||
@ -51,7 +51,6 @@ prepare () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
prepare
|
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
./configure --enable-server --enable-httpserver --prefix=/usr PYTHON=/usr/bin/python2
|
./configure --enable-server --enable-httpserver --prefix=/usr PYTHON=/usr/bin/python2
|
||||||
make -j1
|
make -j1
|
||||||
|
Loading…
Reference in New Issue
Block a user