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
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
205
Merge Requests
205
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
dc8e5ec0
Commit
dc8e5ec0
authored
Apr 20, 2010
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/mlmmj: added package() function
parent
faa0402a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
main/mlmmj/APKBUILD
main/mlmmj/APKBUILD
+8
-3
No files found.
main/mlmmj/APKBUILD
View file @
dc8e5ec0
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mlmmj
pkgver
=
1.2.16
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Mailing list managing made joyful"
url
=
"http://mlmmj.org/"
license
=
"MIT"
subpackages
=
"
$pkgname
-doc"
depends
=
"uclibc"
depends
=
makedepends
=
source
=
"http://mlmmj.mmj.dk/files/
$pkgname
-
$pkgver
.tar.bz2 "
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
configure
--prefix
=
/usr
./
configure
--prefix
=
/usr
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
-j1
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-d
"
$pkgdir
"
/usr/share/mlmmj/texts
cp
-r
listtexts/
*
"
$pkgdir
"
/usr/share/mlmmj/texts/
...
...
Natanael Copa
@ncopa
mentioned in commit
e0061395
·
Jul 12, 2019
mentioned in commit
e0061395
mentioned in commit e006139519a11b1f16f8e03ad0dbd5b60986d947
Toggle commit list
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