summary refs log tree commit diff
path: root/pkgs/sylpheed/sylpheed.fix
blob: 50d3100ad4dbfe38a29332c3895ab13f297a244d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package(
  [ ("name", "sylpheed-0.9.3")

  , ("build", Relative("sylpheed/sylpheed-build.sh"))
  , ("setenv", Relative("helpers/set-env.sh"))

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "http://heanet.dl.sourceforge.net/sourceforge/sylpheed-claws/sylpheed-0.9.3.tar.bz2")
      , ("md5", "6a1ae8e746099e13f8ba968d4604adcf")
      ]))

  , ("gtk", IncludeFix("gtk+-1/gtk+.fix"))
  , ("ssl", IncludeFix("openssl/openssl.fix"))
  ]
)