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
e4a38847
Commit
e4a38847
authored
May 07, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update autogen
parent
fcf7d676
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
autogen/PKGBUILD
autogen/PKGBUILD
+8
-11
autogen/autogen.install
autogen/autogen.install
+0
-2
No files found.
autogen/PKGBUILD
View file @
e4a38847
# Maintainer: abveritas[at]chakra-project[dot]org>
pkgname
=
autogen
pkgname
=
autogen
pkgver
=
5.17.2
pkgver
=
5.17.2
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
pkgdesc
=
"A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
arch
=(
'x86_64'
)
arch
=(
'i686'
'x86_64'
)
url
=
"http://autogen.sourceforge.net/"
url
=
"http://autogen.sourceforge.net/"
license
=(
'GPL3'
)
license
=(
'GPL3'
)
depends
=(
'guile
>=1.8.8
'
'libxml2'
'libtool'
)
depends
=(
'guile'
'libxml2'
)
options
=(
'!libtool'
)
options
=(
'!libtool'
)
install
=
autogen.install
install
=
autogen.install
source
=(
"http://ftp.gnu.org/gnu/
${
pkgname
}
/rel
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.xz"
)
source
=(
http://ftp.gnu.org/gnu/
${
pkgname
}
/rel
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.xz
{
,.sig
})
md5sums
=(
'567dd065d24294c5c31517e399c2fcf5'
)
md5sums
=(
'567dd065d24294c5c31517e399c2fcf5'
'af72d4d6f27486366e7712c41f61b8fa'
)
build
()
{
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
./configure
--prefix
=
/usr
./configure
--prefix
=
/usr
make
make
}
}
package
()
{
package
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
make
DESTDIR
=
"
${
pkgdir
}
"
install
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
}
autogen/autogen.install
View file @
e4a38847
...
@@ -16,5 +16,3 @@ pre_remove() {
...
@@ -16,5 +16,3 @@ pre_remove() {
install
-
info
--
delete
$infodir
/
$
{
file
}
.
gz
$infodir
/
dir
2
>
/
dev
/
null
install
-
info
--
delete
$infodir
/
$
{
file
}
.
gz
$infodir
/
dir
2
>
/
dev
/
null
done
done
}
}
# vim:set ts=2 sw=2 et:
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