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
194
Merge Requests
194
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
bef91d18
Commit
bef91d18
authored
Sep 10, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/sircbot: upgrade to 0.2
parent
35a60dff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
testing/sircbot/APKBUILD
testing/sircbot/APKBUILD
+13
-8
No files found.
testing/sircbot/APKBUILD
View file @
bef91d18
# Contributor:
# Maintainer:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
sircbot
pkgver
=
0.
1
pkgrel
=
1
pkgver
=
0.
2
pkgrel
=
0
pkgdesc
=
"Minimalistic IRC bot"
url
=
"http://git.alpinelinux.org/cgit/sircbot/"
license
=
"GPL-2"
pkgusers
=
"sircbot"
pkggroups
=
"sircbot"
depends
=
makedepends
=
makedepends
=
"lua-dev"
install
=
"
$pkgname
.pre-install"
subpackages
=
subpackages
=
"lua-sircbot:luamod"
source
=
"http://git.alpinelinux.org/cgit/sircbot/snapshot/sircbot-
$pkgver
.tar.bz2
sircbot.initd
sircbot.confd
...
...
@@ -29,12 +28,18 @@ build() {
package
()
{
cd
"
$_builddir
"
install
-m755
-D
sircbot
"
$pkgdir
"
/usr/bin/sircbot
make
install
DESTDIR
=
"
$pkgdir
"
prefix
=
/usr
install
-o
sircbot
-g
sircbot
-d
"
$pkgdir
"
/var/run/sircbot
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
}
md5sums
=
"82e4cb6c7207761301e63c24d73afd2c sircbot-0.1.tar.bz2
luamod
()
{
pkgdesc
=
"Luamodule for sirbot client"
mkdir
-p
"
$subpkgdir
"
/usr/
mv
"
$pkgdir
"
/usr/lib
"
$subpkgdir
"
/usr/
}
md5sums
=
"a9d16db48c97ebfa30e1c84f37e70838 sircbot-0.2.tar.bz2
16790493e7ce465fd776dcfadc002a7c sircbot.initd
8443ac189030c7b8beb8e579dc16ebc7 sircbot.confd"
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