Skip to content

Commit

Permalink
add libsodium recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
stwunsch committed Apr 18, 2015
1 parent e06fb40 commit 7fd095c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gr-nacl.lwr
Expand Up @@ -17,7 +17,7 @@
# Boston, MA 02110-1301, USA.
#

depends: gnuradio
depends: gnuradio libsodium
category: common
source: git://https://github.com/stwunsch/gr-nacl.git
gitbranch: master
Expand Down
28 changes: 28 additions & 0 deletions libsodium.lwr
@@ -0,0 +1,28 @@
#
# This file is part of PyBOMBS
#
# PyBOMBS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# PyBOMBS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyBOMBS; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#

category: baseline
depends: make git autoconf automake
source: git://https://github.com/jedisct1/libsodium.git
gitbranch: master
inherit: autoconf
configure {
autoreconf -i
./configure --prefix=$prefix $config_opt
}

0 comments on commit 7fd095c

Please sign in to comment.