Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
819271da
Commit
819271da
authored
May 07, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
5770a35b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
32 deletions
+19
-32
bison/ChangeLog
bison/ChangeLog
+0
-19
bison/PKGBUILD
bison/PKGBUILD
+18
-12
bison/bison.install
bison/bison.install
+1
-1
No files found.
bison/ChangeLog
deleted
100644 → 0
View file @
5770a35b
2010-03-25 Eric Belanger <eric@archlinux.org>
* bison 2.4.2-1
* Upstream update
* Removed texinfo dependency in install scriptlet
* Updated license
* Added sh depends
2008-12-11 Eric Belanger <eric@archlinux.org>
* bison 2.4.1-1
* Upstream update
2008-11-08 Eric Belanger <eric@archlinux.org>
* bison 2.4-1
* Upstream update
* Added info file support
* Added ChangeLog
bison/PKGBUILD
View file @
819271da
#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
bison
pkgver
=
2.
5
pkgrel
=
3
pkgver
=
2.
7.1
pkgrel
=
1
pkgdesc
=
"The GNU general-purpose parser generator"
arch
=(
'i686'
'x86_64'
)
arch
=(
'x86_64'
)
license
=(
'GPL3'
)
url
=
"http://www.gnu.org/software/bison/bison.html"
depends
=(
'glibc'
'm4'
'sh'
)
groups
=(
'base-devel'
)
install
=
bison.install
source
=(
ftp://ftp.gnu.org/gnu/bison/
${
pkgname
}
-
${
pkgver
}
.tar.bz2
)
md5sums
=(
'9dba20116b13fc61a0846b0058fbe004'
)
sha1sums
=(
'907319624fe4f4c5f9e2c3e23601041ac636ae31'
)
source
=(
ftp://ftp.gnu.org/gnu/bison/
${
pkgname
}
-
${
pkgver
}
.tar.xz
)
md5sums
=(
'7be02eb973eccf388f1ae750fc09eed0'
)
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
./configure
--prefix
=
/usr
--datadir
=
/usr/share
||
return
1
make
||
return
1
make
DESTDIR
=
"
${
pkgdir
}
"
install
||
return
1
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
./configure
--prefix
=
/usr
--datadir
=
/usr/share
make
}
check
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
make check
}
package
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
make
DESTDIR
=
${
pkgdir
}
install
}
bison/bison.install
View file @
819271da
infodir
=
/
usr
/
share
/
info
infodir
=
usr
/
share
/
info
file
=
bison
.
info
.
gz
post_install
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment