diff options
Diffstat (limited to 'recipes/monotone/monotone-4_0.19.bb')
-rw-r--r-- | recipes/monotone/monotone-4_0.19.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/monotone/monotone-4_0.19.bb b/recipes/monotone/monotone-4_0.19.bb new file mode 100644 index 0000000000..402d57db37 --- /dev/null +++ b/recipes/monotone/monotone-4_0.19.bb @@ -0,0 +1,8 @@ +require monotone.inc + +SUBV = "1" +PR = "r0" + +SRC_URI = "http://www.venge.net/monotone/downloads/monotone_${PV}-${SUBV}.tar.gz \ + file://txt2c-cross.patch;patch=1 \ + file://cryptopp-endianness.patch;patch=1" |