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
5770a35b
Commit
5770a35b
authored
May 07, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated pkgbuild
parent
f0ebb628
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
41 deletions
+0
-41
tiacx-firmware/PKGBUILD
tiacx-firmware/PKGBUILD
+0
-23
tiacx-firmware/tiacx-firmware.install
tiacx-firmware/tiacx-firmware.install
+0
-18
No files found.
tiacx-firmware/PKGBUILD
deleted
100644 → 0
View file @
f0ebb628
#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas[at]chakra-project[dot]org>
pkgname
=
tiacx-firmware
pkgver
=
2
pkgrel
=
3
pkgdesc
=
"Firmware for Texas Instruments ACX100/ACX111 wireless chips."
arch
=(
'any'
)
url
=
"http://acx100.sourceforge.net/"
license
=(
'MPL'
)
install
=
tiacx-firmware.install
source
=(
ftp://ftp.archlinux.org/other/tiacx-firmware/acx-firmware-20060207.tar.bz2
)
#source=("http://sourceforge.net/projects/acx100/files/acx100_old/20080210/acx-20080210.tar.bz2"
md5sums
=(
'b8efea38c2c598190604dfa297cc9675'
)
build
()
{
install
-d
${
pkgdir
}
/usr/share
cp
-r
fw
"
${
pkgdir
}
/usr/share/tiacx"
find
${
pkgdir
}
-type
d
-exec
chmod
755
{}
\;
find
${
pkgdir
}
-type
f
-exec
chmod
644
{}
\;
}
tiacx-firmware/tiacx-firmware.install
deleted
100644 → 0
View file @
f0ebb628
post_install
()
{
cat
<<
'EOM'
==>
==>
PLEASE
NOTE
:
==>
The
firmware
files
for
ACX100
/
111
devices
are
installed
in
==>
/
usr
/
share
/
tiacx
.
Please
identify
the
correct
file
(
s
)
for
your
==>
device
and
copy
them
to
/
lib
/
firmware
.
==>
==>
See
http
://
acx100
.
sourceforge
.
net
/
wiki
/
Firmware
for
details
.
==>
EOM
}
post_upgrade
()
{
post_install
}
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