Skip to content

Commit

Permalink
Renamed libpcre -> pcre
Browse files Browse the repository at this point in the history
We want to stay as close as possible to the name of the source
distribution.
  • Loading branch information
lundmar committed Jun 15, 2016
1 parent 1a607fc commit d58341e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/Buildfile
Expand Up @@ -14,7 +14,7 @@ depends=(acl
kmod
libcap
libgcrypt
libpcre
pcre
gdbm
man-db
ncurses
Expand Down
2 changes: 1 addition & 1 deletion glib/Buildfile
Expand Up @@ -6,7 +6,7 @@ name=glib
version=2.48.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/glib/${version%.*}/$name-$version.tar.xz)
depends=(zlib libffi libpcre)
depends=(zlib libffi pcre)

build() {
cd $name-$version
Expand Down
2 changes: 1 addition & 1 deletion grep/Buildfile
Expand Up @@ -6,7 +6,7 @@ name=grep
version=2.25
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
depends=libpcre
depends=pcre

build() {
cd $name-$version
Expand Down
8 changes: 4 additions & 4 deletions libpcre/Buildfile → pcre/Buildfile
Expand Up @@ -2,13 +2,13 @@
# URL: http://www.pcre.org
# License: BSD

name=libpcre
version=8.38
name=pcre
version=8.39
release=1
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/$name/$name-$version.tar.bz2)

build() {
cd pcre-$version
cd $name-$version

./configure --build=$BUILD \
--host=$HOST \
Expand Down

0 comments on commit d58341e

Please sign in to comment.