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
desktop
Commits
30978646
Commit
30978646
authored
Jun 24, 2013
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libircclient 1.7
parent
70779adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
20 deletions
+4
-20
libircclient/PKGBUILD
libircclient/PKGBUILD
+4
-20
No files found.
libircclient/PKGBUILD
View file @
30978646
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adri
á
n Chaves Fern
á
ndez <adriyetichaves@gmail.com>
# Contributor: Bart
ł
omiej Piotrowski <barthalion@gmail.com>
# Maintainer: Adrin Chaves Fernndez <adriyetichaves@gmail.com>
# Contributor: Bartomiej Piotrowski <barthalion@gmail.com>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Marcel Wysocki <maci@satgnu.net>
# Contributor: coolkehon <coolkehon at g m a i l>
pkgname
=
libircclient
pkgver
=
1.
6
pkgver
=
1.
7
pkgrel
=
1
pkgdesc
=
"A small but powerful library, which implements client-server IRC protocol."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -16,7 +16,7 @@ url="http://www.ulduzsoft.com/libircclient/"
depends
=(
'glibc'
)
license
=(
'GPL'
)
source
=(
"http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
)
md5sums
=(
'
eb6a2c4e91862cc10de3b13b198cfa23
'
)
md5sums
=(
'
968370276f7cf21302f504f9bce1fc99
'
)
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
@@ -43,20 +43,4 @@ package() {
cd
"
$srcdir
/
$pkgname
-
$pkgver
/src"
make
DESTDIR
=
"
$pkgdir
/"
install
# doc
install
-d
"
$pkgdir
/usr/share/doc/
$pkgname
"
cp
-a
../doc/
{
html,rfc1459.txt
}
\
"
$pkgdir
/usr/share/doc/
$pkgname
"
# man
cp
-a
../doc/man
"
$pkgdir
/usr/share"
# examples (optional)
install
-d
"
$pkgdir
/usr/share/
$pkgname
/examples"
install
-Dm644
../examples/
*
\
"
$pkgdir
/usr/share/
$pkgname
/examples"
# Remove conflicting man pages (conflict with coin package).
rm
$pkgdir
/usr/share/man/man3/errors.3
rm
$pkgdir
/usr/share/man/man3/events.3
}
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