summaryrefslogtreecommitdiffstats
path: root/http/surf/DETAILS
blob: c2e397f47df3c194b56356ccc3be8aa18934e17e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
           SPELL=surf
if [[ ${SURF_BRANCH} == "scm" ]]
then
  if [[ ${SURF_AUTOUPDATE} == "y" ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=scm
  fi
          SOURCE=${SPELL}-scm.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
   SOURCE_URL[0]=hg_http://code.suckless.org/hg/${SPELL}:${SPELL}-scm
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
else
         VERSION=0.4.1
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://dl.suckless.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:f7c40a663e214f8572aee3865d4717732290625871c55e1aa92a6446339380e211b313f432d1e900b1a17d0a68a2cf410ed6d714d8941ec3c3f70d6e4f5d59f4
fi
        WEB_SITE=http://surf.suckless.org/
         ENTERED=20090727
      LICENSE[0]=MIT/XCL
           SHORT="simple webbrowser based on webkit/gtk+."
cat << EOF
Surf is a simple webbrowser which is based on webkit/gtk+. It is able to display
websites and follow links. It supports the Xembedded protocol which makes it
possible to embed it into another application. Furthermore one can point surf to
another URI by setting it's XProperties.
EOF