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
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
da6f75fb
Commit
da6f75fb
authored
Oct 30, 2008
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install APKBUILD.proto
parent
11445603
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
APKBUILD.proto
APKBUILD.proto
+1
-1
Makefile
Makefile
+5
-3
No files found.
APKBUILD.proto
View file @
da6f75fb
...
...
@@ -15,7 +15,6 @@ depends=""
makedepends
=
""
install
=
source
=
"$pkgname-$pkgver.tar.gz"
md5sums
=
""
#
generate
with
'makepkg -g'
build
()
{
cd
"$srcdir/$pkgname-$pkgver"
...
...
@@ -25,3 +24,4 @@ build() {
make
DESTDIR
=
"$pkgdir/"
install
}
md5sums
=
""
#
generate
with
'abuild checksum'
Makefile
View file @
da6f75fb
PACKAGE
=
abuild
VERSION
=
0.3
DISTFILES
=
Makefile abuild abuild.conf
DISTFILES
=
Makefile abuild abuild.conf
APKBUILD.proto
prefix
?=
/usr
sysconfdir
?=
/etc
...
...
@@ -13,10 +13,12 @@ help:
@
echo
"usage: make install [ DESTDIR=<path> ]"
@
echo
" make dist"
install
:
mkdir
-p
$(DESTDIR)
/
$(prefix)
/bin
$(DESTDIR)
/
$(sysconfdir)
install
:
abuild abuild.conf APKBUILD.proto
mkdir
-p
$(DESTDIR)
/
$(prefix)
/bin
$(DESTDIR)
/
$(sysconfdir)
\
$(DESTDIR)
/
$(prefix)
/share/abuild
cp
abuild
$(DESTDIR)
/
$(prefix)
/bin/
cp
abuild.conf
$(DESTDIR)
/
$(sysconfdir)
/
cp
APKBUILD.proto
$(DESTDIR)
/
$(prefix)
/share/abuild
dist
:
$(P).tar.gz
...
...
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