Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
48399527
Commit
48399527
authored
Oct 17, 2011
by
Phil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntp: fix broken pkg - should be moved to stable asap
parent
4ce39bf0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
ntp/PKGBUILD
ntp/PKGBUILD
+3
-3
ntp/ntpdate
ntp/ntpdate
+1
-2
nvidia-lts/PKGBUILD
nvidia-lts/PKGBUILD
+1
-1
No files found.
ntp/PKGBUILD
View file @
48399527
...
...
@@ -10,14 +10,14 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname
=
ntp
pkgver
=
4.2.6.p4
_realver
=
4.2.6p4
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"NTP (Network Time Protocol) tries to keep servers in sync"
arch
=(
'i686'
'x86_64'
)
license
=(
'custom'
)
url
=
"http://www.ntp.org/"
depends
=(
'openssl'
'readline'
'libcap'
)
makedepends
=(
'perl-html-parser'
)
backup
=(
'etc/ntp.conf'
'etc/conf.d/ntp
-client
.conf'
)
backup
=(
'etc/ntp.conf'
'etc/conf.d/ntp
d
.conf'
)
install
=
install
source
=(
"http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-
${
_realver
}
.tar.gz"
ntp.conf
...
...
@@ -28,7 +28,7 @@ md5sums=('1447121a07b49361677ffda4f6e29527'
'302c19233dc599328f0faefcce45f109'
'58997d6cf4846d80e35a01b855376a33'
'1a487594387e87039169e200f74a8346'
'
997d91431ebfd8b7
5a
6
8d
e6f7ada2a95
'
)
'
ab5
5a
c
8d
8d7d0eefa3c3bec2ec98a1f4
'
)
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
_realver
}
"
...
...
ntp/ntpdate
View file @
48399527
...
...
@@ -2,7 +2,7 @@
.
/etc/rc.conf
.
/etc/rc.d/functions
.
/etc/conf.d/ntp
-client
.conf
.
/etc/conf.d/ntp
d
.conf
case
"
$1
"
in
start
)
...
...
@@ -29,4 +29,3 @@ case "$1" in
echo
"usage:
$0
{start|stop|restart}"
esac
nvidia-lts/PKGBUILD
View file @
48399527
...
...
@@ -23,7 +23,7 @@ if [ "$CARCH" = "i686" ]; then
ARCH
=
'x86'
_pkg
=
"NVIDIA-Linux-
${
ARCH
}
-
${
pkgver
}
"
source
=(
"http://us.download.nvidia.com/XFree86/Linux-
${
ARCH
}
/
${
pkgver
}
/
${
_pkg
}
.run"
)
md5sums
=(
'
c3992c8cef02b7773a398640d8830e77
'
)
md5sums
=(
'
2d469a90abef50320f548cfa8085e3a0
'
)
elif
[
"
$CARCH
"
=
"x86_64"
]
;
then
ARCH
=
'x86_64'
_pkg
=
"NVIDIA-Linux-
${
ARCH
}
-
${
pkgver
}
-no-compat32"
...
...
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