development/JSONObject: Removed UTF-8 BOM.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
26ff943226
commit
817e43f0d4
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Slackware build script for JSONObject
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PRGNAM="JSONObject"
|
||||
PRGNAM="JSONObject"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="https://github.com/mariolpantunes/json"
|
||||
DOWNLOAD="https://github.com/mariolpantunes/json/archive/v1.0.1.tar.gz"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
JSON wrapper for boost property tree. Easy to use JSON library
|
||||
JSON wrapper for boost property tree. Easy to use JSON library
|
||||
based on the API of the Java JSON.org one
|
||||
(http://www.json.org/java/index.html).
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
|
|
Loading…
Reference in New Issue