Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
community
9base
Commits
3d4461e0
Commit
3d4461e0
authored
Feb 21, 2012
by
Chris Brannon
Browse files
Signed package.
parent
f4b3ff2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
3d4461e0
...
...
@@ -5,7 +5,7 @@
pkgname
=
9base
pkgver
=
6
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Port of various original Plan9 tools to unix"
url
=
"http://tools.suckless.org/9base"
source
=(
http://dl.suckless.org/tools/
$pkgname
-
$pkgver
.tar.gz 9 plan9.sh
)
...
...
@@ -30,14 +30,14 @@ build()
# when statically linked against the latest glibc.
sed
-i
'/-static/d'
config.mk
make
||
return
1
make
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-m755
../9
"
$pkgdir
/opt/plan9/bin/"
||
return
1
install
-D
-m755
../plan9.sh
"
$pkgdir
/etc/profile.d/plan9.sh"
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
install
-m755
../9
"
$pkgdir
/opt/plan9/bin/"
install
-D
-m755
../plan9.sh
"
$pkgdir
/etc/profile.d/plan9.sh"
install
-D
-m644
LICENSE
"
$pkgdir
/usr/share/licenses/9base/LICENSE"
}
...
...
Write
Preview
Supports
Markdown
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