Update to source release 7.
This commit is contained in:
parent
fd418f6859
commit
694b839d1a
10
.SRCINFO
10
.SRCINFO
@ -1,8 +1,8 @@
|
|||||||
# Generated by makepkg 5.0.0
|
# Generated by mksrcinfo v8
|
||||||
# Fri Feb 19 12:24:58 UTC 2016
|
# Wed Feb 24 11:44:10 UTC 2016
|
||||||
pkgbase = openfst
|
pkgbase = openfst
|
||||||
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
|
pkgdesc = Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
|
||||||
pkgver = 1.5.1
|
pkgver = 1.5.1.7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.openfst.org/
|
url = http://www.openfst.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -12,8 +12,8 @@ pkgbase = openfst
|
|||||||
depends = glibc
|
depends = glibc
|
||||||
depends = python2
|
depends = python2
|
||||||
options = !libtool
|
options = !libtool
|
||||||
source = http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.5.1.tar.gz
|
source = http://openfst.cs.nyu.edu/twiki/bin/viewfile/FST/FstDownload?filename=openfst-1.5.1.tar.gz;rev=7
|
||||||
sha256sums = d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925
|
sha256sums = bb0c0e6cf8bed843c36f412f66abfd87604b3220773e4c25fd723a7a5759a3f2
|
||||||
|
|
||||||
pkgname = openfst
|
pkgname = openfst
|
||||||
|
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
# Former Maintainer: Christoph Drexler <chrdr at gmx dot at>
|
# Former Maintainer: Christoph Drexler <chrdr at gmx dot at>
|
||||||
|
|
||||||
pkgname=openfst
|
pkgname=openfst
|
||||||
pkgver=1.5.1
|
pkgver=1.5.1.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
|
pkgdesc="Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -10,12 +10,12 @@ url="http://www.openfst.org/"
|
|||||||
license=('APACHE')
|
license=('APACHE')
|
||||||
depends=('gcc-libs' 'glibc' 'python2')
|
depends=('gcc-libs' 'glibc' 'python2')
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
source=("http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/${pkgname}-${pkgver}.tar.gz")
|
source=("http://openfst.cs.nyu.edu/twiki/bin/viewfile/FST/FstDownload?filename=${pkgname}-${pkgver/%.?/}.tar.gz;rev=${pkgver/*./}")
|
||||||
sha256sums=('d40724bc5641091063db632392e6561e9077d5e0d88ac106d5b30d8f1bcd9925')
|
sha256sums=('bb0c0e6cf8bed843c36f412f66abfd87604b3220773e4c25fd723a7a5759a3f2')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver/%.?/}
|
||||||
|
|
||||||
# Options according to http://openfst.cs.nyu.edu/twiki/bin/view/FST/ReadMe
|
# Options according to http://openfst.cs.nyu.edu/twiki/bin/view/FST/ReadMe
|
||||||
OPTIONS="--prefix=/usr --disable-dependency-tracking"
|
OPTIONS="--prefix=/usr --disable-dependency-tracking"
|
||||||
@ -35,7 +35,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver/%.?/}
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR=${pkgdir} install
|
||||||
|
|
||||||
install -dm755 "$pkgdir"/etc/ld.so.conf.d/
|
install -dm755 "$pkgdir"/etc/ld.so.conf.d/
|
||||||
|
Loading…
Reference in New Issue
Block a user