Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
641
Issues
641
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
6536a0b2
Commit
6536a0b2
authored
Dec 30, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/ngircd: upgrade to 15
parent
3cbb8562
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
main/ngircd/APKBUILD
main/ngircd/APKBUILD
+8
-5
No files found.
main/ngircd/APKBUILD
View file @
6536a0b2
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
ngircd
pkgver
=
1
4.1
pkgrel
=
1
pkgver
=
1
5
pkgrel
=
0
pkgdesc
=
"Next Generation IRC Daemon"
url
=
"http://ngircd.barton.de/"
license
=
"GPL"
...
...
@@ -12,8 +12,7 @@ source="ftp://ftp.berlios.de/pub/$pkgname/$pkgname-$pkgver.tar.gz
$pkgname
.initd
"
build
()
{
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
sed
-i
\
-e
"s:/usr/local/etc/ngircd.motd:/etc/ngircd/ngircd.motd:"
\
...
...
@@ -27,9 +26,13 @@ build ()
--without-ident
\
--with-openssl
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-Dm755
../
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
}
md5sums
=
"
eef90855414c35bfb6590d17e24ee06f ngircd-14.1
.tar.gz
md5sums
=
"
c183a85eba6fe51255983848f099c8ae ngircd-15
.tar.gz
50d8388540a2e3eb0630e8ac6369f394 ngircd.initd"
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