We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d2b53 commit ce1c655Copy full SHA for ce1c655
cctools-repo/rules/ppl.sh
@@ -2,10 +2,10 @@ build_ppl() {
2
PKG=ppl
3
PKG_VERSION=$ppl_version
4
PKG_SUBVERSION=
5
- PKG_URL="http://bugseng.com/products/ppl/download/ftp/releases/${PKG_VERSION}/${PKG}-${PKG_VERSION}.tar.xz"
+ PKG_URL="http://bugseng.com/products/ppl/download/ftp/releases/${PKG_VERSION}/${PKG}-${PKG_VERSION}.tar.gz"
6
PKG_DESC="The Parma Polyhedra Library"
7
PKG_DEPS=""
8
- O_FILE=$SRC_PREFIX/${PKG}/${PKG}-${PKG_VERSION}.tar.xz
+ O_FILE=$SRC_PREFIX/${PKG}/${PKG}-${PKG_VERSION}.tar.gz
9
S_DIR=$src_dir/${PKG}-${PKG_VERSION}
10
B_DIR=$build_dir/${PKG}
11
0 commit comments