diff options
Diffstat (limited to 'repo/jbig2dec/jbig2dec.xibuild')
-rw-r--r-- | repo/jbig2dec/jbig2dec.xibuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/repo/jbig2dec/jbig2dec.xibuild b/repo/jbig2dec/jbig2dec.xibuild index 3d5e645..f3ad3c1 100644 --- a/repo/jbig2dec/jbig2dec.xibuild +++ b/repo/jbig2dec/jbig2dec.xibuild @@ -6,12 +6,14 @@ DESC="JBIG2 image compression format decoder" MAKEDEPS="autoconf automake libtool" PKG_VER=0.19 -SOURCE="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/$_gsver/jbig2dec-$PKG_VER.tar.gz" +SOURCE="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9531/jbig2dec-$PKG_VER.tar.gz" + +prepare () { + autoreconf -vif +} build() { ./configure \ - --build=$CBUILD \ - --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ |